Shades of Inch Worm #AFE40A
Tints of Inch Worm #AFE40A
RGB
CMYK
RGB Variations
Color information
#AFE40A (or 0xAFE40A) is known color: Inch Worm. HEX triplet: AF, E4 and 0A. RGB value is (175,228,10). Sum of RGB (Red+Green+Blue) = 175+228+10=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 228 (89.45% from 255 or 55.21% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE40A is #501BF5. Grayscale: #BCBCBC. Windows color (decimal): -5250038 or 713903. OLE color: 713903.
HSL color Cylindrical-coordinate representation of color #AFE40A: hue angle of 74.59º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFE40A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.11 |
| HSL | 74.59º | 0.92% | 0.47% | - |
| HSV(B) | 74.59º | 0.96% | 0.89% | - |
| XYZ | 45.48 | 64.62 | 10.36 | - |
| YUV | 187.3 | 27.94 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 10 | 0.23 | 0 | 0.96 | 0.11 | 74.59 | 0.92 | 0.47 |
| Hex | AF | E4 | A | 17 | 0 | 60 | B | 4B | 5C | 2F |
| Octal | 257 | 344 | 12 | 27 | 0 | 140 | 13 | 113 | 134 | 57 |
| Binary | 10101111 | 11100100 | 1010 | 10111 | 0 | 1100000 | 1011 | 1001011 | 1011100 | 101111 |
Color Harmonies of #AFE40A
Complementary color
Monochromatic Colors of #AFE40A
Black with #AFE40A
Text Example
Text Example
White with #AFE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE40A; }
p { color: rgb(175,228,10); }
H1.HeaderClassName
{
color: #AFE40A;
}
.AnyTagClassName
{
color: #AFE40A;
}
</style>
background-color css
<style>
a { background-color: #AFE40A; }
a { background-color: rgb(175,228,10); }
div.DivClassName
{
background-color: #AFE40A;
}
.BgClassName
{
background-color: #AFE40A;
}
</style>
border-color css
<style>
span { border-color: #AFE40A; }
span { border-color: rgb(175,228,10); }
td.TdClassName
{
border-color: #AFE40A;
}
.TagClassName
{
border-color: #AFE40A;
}
</style>