Shades of Inch Worm #AFE80E
Tints of Inch Worm #AFE80E
RGB
CMYK
RGB Variations
Color information
#AFE80E (or 0xAFE80E) is known color: Inch Worm. HEX triplet: AF, E8 and 0E. RGB value is (175,232,14). Sum of RGB (Red+Green+Blue) = 175+232+14=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE80E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE80E is #5017F1. Grayscale: #BEBEBE. Windows color (decimal): -5249010 or 977071. OLE color: 977071.
HSL color Cylindrical-coordinate representation of color #AFE80E: hue angle of 75.69º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE80E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.09 |
| HSL | 75.69º | 0.89% | 0.48% | - |
| HSV(B) | 75.69º | 0.94% | 0.91% | - |
| XYZ | 46.62 | 66.86 | 10.86 | - |
| YUV | 190.11 | 28.62 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 14 | 0.25 | 0 | 0.94 | 0.09 | 75.69 | 0.89 | 0.48 |
| Hex | AF | E8 | E | 19 | 0 | 5E | 9 | 4C | 59 | 30 |
| Octal | 257 | 350 | 16 | 31 | 0 | 136 | 11 | 114 | 131 | 60 |
| Binary | 10101111 | 11101000 | 1110 | 11001 | 0 | 1011110 | 1001 | 1001100 | 1011001 | 110000 |
Color Harmonies of #AFE80E
Complementary color
Monochromatic Colors of #AFE80E
Black with #AFE80E
Text Example
Text Example
White with #AFE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE80E; }
p { color: rgb(175,232,14); }
H1.HeaderClassName
{
color: #AFE80E;
}
.AnyTagClassName
{
color: #AFE80E;
}
</style>
background-color css
<style>
a { background-color: #AFE80E; }
a { background-color: rgb(175,232,14); }
div.DivClassName
{
background-color: #AFE80E;
}
.BgClassName
{
background-color: #AFE80E;
}
</style>
border-color css
<style>
span { border-color: #AFE80E; }
span { border-color: rgb(175,232,14); }
td.TdClassName
{
border-color: #AFE80E;
}
.TagClassName
{
border-color: #AFE80E;
}
</style>