Shades of Inch Worm #AFE200
Tints of Inch Worm #AFE200
RGB
CMYK
RGB Variations
Color information
#AFE200 (or 0xAFE200) is known color: Inch Worm. HEX triplet: AF, E2 and 00. RGB value is (175,226,0). Sum of RGB (Red+Green+Blue) = 175+226+0=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 226 (88.67% from 255 or 56.36% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE200 is #501DFF. Grayscale: #B9B9B9. Windows color (decimal): -5250560 or 58031. OLE color: 58031.
HSL color Cylindrical-coordinate representation of color #AFE200: hue angle of 73.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFE200 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.11 |
| HSL | 73.54º | 1% | 0.44% | - |
| HSV(B) | 73.54º | 1% | 0.89% | - |
| XYZ | 44.88 | 63.51 | 9.89 | - |
| YUV | 184.99 | 23.6 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 0 | 0.23 | 0 | 1 | 0.11 | 73.54 | 1 | 0.44 |
| Hex | AF | E2 | 0 | 17 | 0 | 64 | B | 4A | 64 | 2C |
| Octal | 257 | 342 | 0 | 27 | 0 | 144 | 13 | 112 | 144 | 54 |
| Binary | 10101111 | 11100010 | 0 | 10111 | 0 | 1100100 | 1011 | 1001010 | 1100100 | 101100 |
Color Harmonies of #AFE200
Complementary color
Monochromatic Colors of #AFE200
Black with #AFE200
Text Example
Text Example
White with #AFE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE200; }
p { color: rgb(175,226,0); }
H1.HeaderClassName
{
color: #AFE200;
}
.AnyTagClassName
{
color: #AFE200;
}
</style>
background-color css
<style>
a { background-color: #AFE200; }
a { background-color: rgb(175,226,0); }
div.DivClassName
{
background-color: #AFE200;
}
.BgClassName
{
background-color: #AFE200;
}
</style>
border-color css
<style>
span { border-color: #AFE200; }
span { border-color: rgb(175,226,0); }
td.TdClassName
{
border-color: #AFE200;
}
.TagClassName
{
border-color: #AFE200;
}
</style>