Shades of Inch Worm #AFE00D
Tints of Inch Worm #AFE00D
RGB
CMYK
RGB Variations
Color information
#AFE00D (or 0xAFE00D) is known color: 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
| RGB | 175 | 224 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.12 |
| HSL | 73.93º | 0.89% | 0.46% | - |
| HSV(B) | 73.93º | 0.94% | 0.88% | - |
| XYZ | 44.41 | 62.45 | 10.1 | - |
| YUV | 185.3 | 30.77 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 13 | 0.22 | 0 | 0.94 | 0.12 | 73.93 | 0.89 | 0.46 |
| Hex | AF | E0 | D | 16 | 0 | 5E | C | 4A | 59 | 2E |
| Octal | 257 | 340 | 15 | 26 | 0 | 136 | 14 | 112 | 131 | 56 |
| Binary | 10101111 | 11100000 | 1101 | 10110 | 0 | 1011110 | 1100 | 1001010 | 1011001 | 101110 |
Color Harmonies of #AFE00D
Complementary color
Monochromatic Colors of #AFE00D
Black with #AFE00D
Text Example
Text Example
White with #AFE00D
Text Example
Text Example
HTML Codes & Css Web 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>