#AFE00D

Color #AFE00D Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AFE00D

Tints of Inch Worm #AFE00D

Color information

#AFE00D (or 0xAFE00D) is unknown color: approx Inch Worm. HEX triplet: AF, E0 and 0D. RGB value is (175,224,13). Sum of RGB (Red+Green+Blue) = 175+224+13=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE00D is #501FF2. Grayscale: #BABABA. Windows color (decimal): -5251059 or 909487. OLE color: 909487.

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

Color convert

RGB17522413-
CMYK0.2200.940.12
HSL73.93º89.03%46.47%-
HSV(B)73.93º94.2%87.84%-
XYZ44.4162.4510.1-
YUV185.330.77120.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 224 (87.89% from 255) = 54.37%
BLUE value IS 13 (5.47% from 255) = 3.16%
R=42.48%
G=54.37%
B=3.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal175224130.2200.940.1273.9389.0346.47
HexAFE0D1605EC4a592e
Octal257340152601361411213156
Binary101011111110000011011011001011110110010010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE00D; }

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

 H1.HeaderClassName
 {
   color: #AFE00D;
 }
 .AnyTagClassName
 {
   color: #AFE00D;
 }
</style>
background-color css

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

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

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

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

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

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