Shades of Inch Worm #AFE409
Tints of Inch Worm #AFE409
RGB
CMYK
RGB Variations
Color information
#AFE409 (or 0xAFE409) is known color: Inch Worm. HEX triplet: AF, E4 and 09. RGB value is (175,228,9). Sum of RGB (Red+Green+Blue) = 175+228+9=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 228 (89.45% from 255 or 55.34% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE409 is #501BF6. Grayscale: #BCBCBC. Windows color (decimal): -5250039 or 648367. OLE color: 648367.
HSL color Cylindrical-coordinate representation of color #AFE409: hue angle of 74.52º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFE409 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.11 |
| HSL | 74.52º | 0.92% | 0.46% | - |
| HSV(B) | 74.52º | 0.96% | 0.89% | - |
| XYZ | 45.47 | 64.62 | 10.33 | - |
| YUV | 187.19 | 27.44 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 9 | 0.23 | 0 | 0.96 | 0.11 | 74.52 | 0.92 | 0.46 |
| Hex | AF | E4 | 9 | 17 | 0 | 60 | B | 4B | 5C | 2E |
| Octal | 257 | 344 | 11 | 27 | 0 | 140 | 13 | 113 | 134 | 56 |
| Binary | 10101111 | 11100100 | 1001 | 10111 | 0 | 1100000 | 1011 | 1001011 | 1011100 | 101110 |
Color Harmonies of #AFE409
Complementary color
Monochromatic Colors of #AFE409
Black with #AFE409
Text Example
Text Example
White with #AFE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE409; }
p { color: rgb(175,228,9); }
H1.HeaderClassName
{
color: #AFE409;
}
.AnyTagClassName
{
color: #AFE409;
}
</style>
background-color css
<style>
a { background-color: #AFE409; }
a { background-color: rgb(175,228,9); }
div.DivClassName
{
background-color: #AFE409;
}
.BgClassName
{
background-color: #AFE409;
}
</style>
border-color css
<style>
span { border-color: #AFE409; }
span { border-color: rgb(175,228,9); }
td.TdClassName
{
border-color: #AFE409;
}
.TagClassName
{
border-color: #AFE409;
}
</style>