Shades of Inch Worm #AFE90C
Tints of Inch Worm #AFE90C
RGB
CMYK
RGB Variations
Color information
#AFE90C (or 0xAFE90C) is known color: Inch Worm. HEX triplet: AF, E9 and 0C. RGB value is (175,233,12). Sum of RGB (Red+Green+Blue) = 175+233+12=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 233 (91.41% from 255 or 55.48% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE90C is #5016F3. Grayscale: #BFBFBF. Windows color (decimal): -5248756 or 846255. OLE color: 846255.
HSL color Cylindrical-coordinate representation of color #AFE90C: hue angle of 75.75º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE90C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.09 |
| HSL | 75.75º | 0.9% | 0.48% | - |
| HSV(B) | 75.75º | 0.95% | 0.91% | - |
| XYZ | 46.88 | 67.42 | 10.89 | - |
| YUV | 190.46 | 27.28 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 12 | 0.25 | 0 | 0.95 | 0.09 | 75.75 | 0.9 | 0.48 |
| Hex | AF | E9 | C | 19 | 0 | 5F | 9 | 4C | 5A | 30 |
| Octal | 257 | 351 | 14 | 31 | 0 | 137 | 11 | 114 | 132 | 60 |
| Binary | 10101111 | 11101001 | 1100 | 11001 | 0 | 1011111 | 1001 | 1001100 | 1011010 | 110000 |
Color Harmonies of #AFE90C
Complementary color
Monochromatic Colors of #AFE90C
Black with #AFE90C
Text Example
Text Example
White with #AFE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE90C; }
p { color: rgb(175,233,12); }
H1.HeaderClassName
{
color: #AFE90C;
}
.AnyTagClassName
{
color: #AFE90C;
}
</style>
background-color css
<style>
a { background-color: #AFE90C; }
a { background-color: rgb(175,233,12); }
div.DivClassName
{
background-color: #AFE90C;
}
.BgClassName
{
background-color: #AFE90C;
}
</style>
border-color css
<style>
span { border-color: #AFE90C; }
span { border-color: rgb(175,233,12); }
td.TdClassName
{
border-color: #AFE90C;
}
.TagClassName
{
border-color: #AFE90C;
}
</style>