Shades of Inch Worm #AFE10E
Tints of Inch Worm #AFE10E
RGB
CMYK
RGB Variations
Color information
#AFE10E (or 0xAFE10E) is known color: Inch Worm. HEX triplet: AF, E1 and 0E. RGB value is (175,225,14). Sum of RGB (Red+Green+Blue) = 175+225+14=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 225 (88.28% from 255 or 54.35% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE10E is #501EF1. Grayscale: #BABABA. Windows color (decimal): -5250802 or 975279. OLE color: 975279.
HSL color Cylindrical-coordinate representation of color #AFE10E: hue angle of 74.22º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE10E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.12 |
| HSL | 74.22º | 0.88% | 0.47% | - |
| HSV(B) | 74.22º | 0.94% | 0.88% | - |
| XYZ | 44.68 | 63 | 10.22 | - |
| YUV | 186 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 14 | 0.22 | 0 | 0.94 | 0.12 | 74.22 | 0.88 | 0.47 |
| Hex | AF | E1 | E | 16 | 0 | 5E | C | 4A | 58 | 2F |
| Octal | 257 | 341 | 16 | 26 | 0 | 136 | 14 | 112 | 130 | 57 |
| Binary | 10101111 | 11100001 | 1110 | 10110 | 0 | 1011110 | 1100 | 1001010 | 1011000 | 101111 |
Color Harmonies of #AFE10E
Complementary color
Monochromatic Colors of #AFE10E
Black with #AFE10E
Text Example
Text Example
White with #AFE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE10E; }
p { color: rgb(175,225,14); }
H1.HeaderClassName
{
color: #AFE10E;
}
.AnyTagClassName
{
color: #AFE10E;
}
</style>
background-color css
<style>
a { background-color: #AFE10E; }
a { background-color: rgb(175,225,14); }
div.DivClassName
{
background-color: #AFE10E;
}
.BgClassName
{
background-color: #AFE10E;
}
</style>
border-color css
<style>
span { border-color: #AFE10E; }
span { border-color: rgb(175,225,14); }
td.TdClassName
{
border-color: #AFE10E;
}
.TagClassName
{
border-color: #AFE10E;
}
</style>