Shades of Inch Worm #AFE900
Tints of Inch Worm #AFE900
RGB
CMYK
RGB Variations
Color information
#AFE900 (or 0xAFE900) is known color: Inch Worm. HEX triplet: AF, E9 and 00. RGB value is (175,233,0). Sum of RGB (Red+Green+Blue) = 175+233+0=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 233 (91.41% from 255 or 57.11% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE900 is #5016FF. Grayscale: #BDBDBD. Windows color (decimal): -5248768 or 59823. OLE color: 59823.
HSL color Cylindrical-coordinate representation of color #AFE900: hue angle of 74.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFE900 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.09 |
| HSL | 74.94º | 1% | 0.46% | - |
| HSV(B) | 74.94º | 1% | 0.91% | - |
| XYZ | 46.82 | 67.39 | 10.54 | - |
| YUV | 189.1 | 21.28 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 0 | 0.25 | 0 | 1 | 0.09 | 74.94 | 1 | 0.46 |
| Hex | AF | E9 | 0 | 19 | 0 | 64 | 9 | 4B | 64 | 2E |
| Octal | 257 | 351 | 0 | 31 | 0 | 144 | 11 | 113 | 144 | 56 |
| Binary | 10101111 | 11101001 | 0 | 11001 | 0 | 1100100 | 1001 | 1001011 | 1100100 | 101110 |
Color Harmonies of #AFE900
Complementary color
Monochromatic Colors of #AFE900
Black with #AFE900
Text Example
Text Example
White with #AFE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE900; }
p { color: rgb(175,233,0); }
H1.HeaderClassName
{
color: #AFE900;
}
.AnyTagClassName
{
color: #AFE900;
}
</style>
background-color css
<style>
a { background-color: #AFE900; }
a { background-color: rgb(175,233,0); }
div.DivClassName
{
background-color: #AFE900;
}
.BgClassName
{
background-color: #AFE900;
}
</style>
border-color css
<style>
span { border-color: #AFE900; }
span { border-color: rgb(175,233,0); }
td.TdClassName
{
border-color: #AFE900;
}
.TagClassName
{
border-color: #AFE900;
}
</style>