COLOR #AFE314

HEX: #AFE314
RGB: (175,227,20)

Color info

#AFE314 contains mainly red and green colors. Web safe color of #AFE314 is #99CC00 (or #9C0).

RGB color model

#AFE314 color RGB value is (175,227,20).

  • red value is 175;
  • green value is 227;
  • blue value is 20.
RGB:
(175,227,20)
(69%,89%,8%)

RGB channels and saturation

R 175 of 255 = 69%
G 227 of 255 = 89%
B 20 of 255 = 8%

175
227
20

R + G + B ~ 55%. #AFE314 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 227 + 20 = 422 (100%)
R 175 of 422 ~ 41.47%
G 227 of 422 ~ 53.79%
B 20 of 422 ~ 4.74%

%41.47
%53.79

CMYK color model

#AFE314 color CMYK value is (23,0,91,11).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 91.19%
  • key color value is 10.98%
CMYK:
(23,0,91,11)
C23M0Y91K11 
(23%,0%,91%,11%)
(0.23/0.00/0.91/0.11)	

CMYK percentages

%22.91
%0
%91.19
%10.98

Codes

Color #AFE314 in popluar color models

AFE314
RGB17522720
HSL75°83.81%48.43%
HSB/HSV75°91.19%89.02%
CMYK22.91%0.00%91.19%
10.98%

Color #AFE314 in popluar number systems.

HEXAFE314
Decimal17522720
Binary101011111110001110100
Octal25734324

Shades and tints

Shades of #AFE314

#AFE314
(175,227,20)
#A0CF13
(160,207,19)
#91BB12
(145,187,18)
#82A711
(130,167,17)
#739310
(115,147,16)
#647F0F
(100,127,15)
#556B0E
(85,107,14)
#46570D
(70,87,13)
#37430C
(55,67,12)
#282F0B
(40,47,11)
#191B0A
(25,27,10)
#000000
(0,0,0)

Tints of #AFE314

#AFE314
(175,227,20)
#B6E529
(182,229,41)
#BDE73E
(189,231,62)
#C4E953
(196,233,83)
#CBEB68
(203,235,104)
#D2ED7D
(210,237,125)
#D9EF92
(217,239,146)
#E0F1A7
(224,241,167)
#E7F3BC
(231,243,188)
#EEF5D1
(238,245,209)
#F5F7E6
(245,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE314 color. Also use rgb(175,227,20) instead hex code.

Text Font Color

.myTextColor { color: #AFE314; }

<p style="color:#AFE314">This sample text font color is #AFE314.</p>

This text font color is #AFE314.


Background Color

.myBgColor { background-color: #AFE314; }

<div style="background-color:#AFE314">Inner text</div>

This div background color is #AFE314.


Border color

.myBorderColor { border: 1px solid #AFE314; }

<div style="border:3px solid #AFE314">Div</div>

This div border color is #AFE314.


Opacity

.myOpacity80 { color: #AFE314; opacity: 0.8; }

<p style="color:#AFE314;opacity:0.8;">80%</p>

Text with #AFE314 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFE314;}

<p style="text-shadow: 3px 3px 1px #AFE314">Text here.</p>

This text has shadow with #AFE314 color.

.textShadow {text-shadow: 3px 3px 1px #AFE314, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFE314, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFE314 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFE314, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFE314, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFE314 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AFE314;
  -webkit-box-shadow:	1px 1px 3px 2px #AFE314;
  box-shadow:		1px 1px 3px 2px #AFE314;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFE314;
-webkit-box-shadow: 1px 1px 3px 2px #AFE314;
box-shadow:1px 1px 3px 2px #AFE314;">
Div content here</div>
This div box has shadow with color #AFE314.

Preview

Color preview on black background

This text has color #AFE314 on black background.


Color preview on white background

This text has color #AFE314 on white background.



Black color preview on #AFE314 background

This text has black color on #AFE314 background.


White color preview on #AFE314 background

This text has white color on #AFE314 background.