Html Css Color HEX #AFE011 Inch Worm

📋 copy color: '#AFE011'

red 175 ◦ green 224 ◦ blue 17

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

Shades of Inch Worm #AFE011

Tints of Inch Worm #AFE011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.85%

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 42.07%
G = 53.85%
B = 4.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#AFE011 (or 0xAFE011) is known color: Inch Worm. HEX triplet: AF, E0 and 11. RGB value is (175,224,17). Sum of RGB (Red+Green+Blue) = 175+224+17=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE011 is #501FEE. Grayscale: #BABABA. Windows color (decimal): -5251055 or 1171631. OLE color: 1171631.

HSL color Cylindrical-coordinate representation of color #AFE011: hue angle of 74.2º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE011 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 17 -
CMYK 0.22 0 0.92 0.12
HSL 74.2º 0.86% 0.47% -
HSV(B) 74.2º 0.92% 0.88% -
XYZ 44.44 62.47 10.25 -
YUV 185.75 32.77 120.33 -
System Red Green Blue C M Y K H S L
Decimal 175 224 17 0.22 0 0.92 0.12 74.2 0.86 0.47
Hex AF E0 11 16 0 5C C 4A 56 2F
Octal 257 340 21 26 0 134 14 112 126 57
Binary 10101111 11100000 10001 10110 0 1011100 1100 1001010 1010110 101111

Color Harmonies of #AFE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE011

Black with #AFE011

Text Example


Text Example

White with #AFE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE011; }

 p { color: rgb(175,224,17); }

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

background-color css

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

 a { background-color: rgb(175,224,17); }

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

border-color css

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

 span { border-color: rgb(175,224,17); }

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