Html Css Color HEX #AFF214 Inch Worm

📋 copy color: '#AFF214'

red 175 ◦ green 242 ◦ blue 20

#AFF214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #AFF214

Tints of Inch Worm #AFF214

RGB

 RED value IS 175 (68.75% from 255) = 40.05%

 GREEN value IS 242 (94.92% from 255) = 55.38%

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 40.05%
G = 55.38%
B = 4.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFF214 (or 0xAFF214) is known color: Inch Worm. HEX triplet: AF, F2 and 14. RGB value is (175,242,20). Sum of RGB (Red+Green+Blue) = 175+242+20=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF214 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF214 is #500DEB. Grayscale: #C5C5C5. Windows color (decimal): -5246444 or 1372847. OLE color: 1372847.

HSL color Cylindrical-coordinate representation of color #AFF214: hue angle of 78.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFF214 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 20 -
CMYK 0.28 0 0.92 0.05
HSL 78.11º 0.9% 0.51% -
HSV(B) 78.11º 0.92% 0.95% -
XYZ 49.56 72.67 12.08 -
YUV 196.66 28.3 112.55 -
System Red Green Blue C M Y K H S L
Decimal 175 242 20 0.28 0 0.92 0.05 78.11 0.9 0.51
Hex AF F2 14 1C 0 5C 5 4E 5A 33
Octal 257 362 24 34 0 134 5 116 132 63
Binary 10101111 11110010 10100 11100 0 1011100 101 1001110 1011010 110011

Color Harmonies of #AFF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF214

Black with #AFF214

Text Example


Text Example

White with #AFF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF214; }

 p { color: rgb(175,242,20); }

 H1.HeaderClassName
 {
   color: #AFF214;
 }
 .AnyTagClassName
 {
   color: #AFF214;
 }
</style>

background-color css

<style>
 a { background-color: #AFF214; }

 a { background-color: rgb(175,242,20); }

 div.DivClassName
 {
   background-color: #AFF214;
 }
 .BgClassName
 {
   background-color: #AFF214;
 }
</style>

border-color css

<style>
 span { border-color: #AFF214; }

 span { border-color: rgb(175,242,20); }

 td.TdClassName
 {
   border-color: #AFF214;
 }
 .TagClassName
 {
   border-color: #AFF214;
 }
</style>