Shades of Inch Worm #AFE902
Tints of Inch Worm #AFE902
RGB
CMYK
RGB Variations
Color information
#AFE902 (or 0xAFE902) is known color: Inch Worm. HEX triplet: AF, E9 and 02. RGB value is (175,233,2). Sum of RGB (Red+Green+Blue) = 175+233+2=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 233 (91.41% from 255 or 56.83% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE902 is #5016FD. Grayscale: #BEBEBE. Windows color (decimal): -5248766 or 190895. OLE color: 190895.
HSL color Cylindrical-coordinate representation of color #AFE902: hue angle of 75.06º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE902 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.09 |
| HSL | 75.06º | 0.98% | 0.46% | - |
| HSV(B) | 75.06º | 0.99% | 0.91% | - |
| XYZ | 46.83 | 67.4 | 10.6 | - |
| YUV | 189.32 | 22.28 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 2 | 0.25 | 0 | 0.99 | 0.09 | 75.06 | 0.98 | 0.46 |
| Hex | AF | E9 | 2 | 19 | 0 | 63 | 9 | 4B | 62 | 2E |
| Octal | 257 | 351 | 2 | 31 | 0 | 143 | 11 | 113 | 142 | 56 |
| Binary | 10101111 | 11101001 | 10 | 11001 | 0 | 1100011 | 1001 | 1001011 | 1100010 | 101110 |
Color Harmonies of #AFE902
Complementary color
Monochromatic Colors of #AFE902
Black with #AFE902
Text Example
Text Example
White with #AFE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE902; }
p { color: rgb(175,233,2); }
H1.HeaderClassName
{
color: #AFE902;
}
.AnyTagClassName
{
color: #AFE902;
}
</style>
background-color css
<style>
a { background-color: #AFE902; }
a { background-color: rgb(175,233,2); }
div.DivClassName
{
background-color: #AFE902;
}
.BgClassName
{
background-color: #AFE902;
}
</style>
border-color css
<style>
span { border-color: #AFE902; }
span { border-color: rgb(175,233,2); }
td.TdClassName
{
border-color: #AFE902;
}
.TagClassName
{
border-color: #AFE902;
}
</style>