Shades of Inch Worm #AFD210
Tints of Inch Worm #AFD210
RGB
CMYK
RGB Variations
Color information
#AFD210 (or 0xAFD210) is known color: Inch Worm. HEX triplet: AF, D2 and 10. RGB value is (175,210,16). Sum of RGB (Red+Green+Blue) = 175+210+16=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD210 is #502DEF. Grayscale: #B2B2B2. Windows color (decimal): -5254640 or 1102511. OLE color: 1102511.
HSL color Cylindrical-coordinate representation of color #AFD210: hue angle of 70.82º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFD210 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.18 |
| HSL | 70.82º | 0.86% | 0.44% | - |
| HSV(B) | 70.82º | 0.92% | 0.82% | - |
| XYZ | 40.82 | 55.24 | 9 | - |
| YUV | 177.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 16 | 0.17 | 0 | 0.92 | 0.18 | 70.82 | 0.86 | 0.44 |
| Hex | AF | D2 | 10 | 11 | 0 | 5C | 12 | 47 | 56 | 2C |
| Octal | 257 | 322 | 20 | 21 | 0 | 134 | 22 | 107 | 126 | 54 |
| Binary | 10101111 | 11010010 | 10000 | 10001 | 0 | 1011100 | 10010 | 1000111 | 1010110 | 101100 |
Color Harmonies of #AFD210
Complementary color
Monochromatic Colors of #AFD210
Black with #AFD210
Text Example
Text Example
White with #AFD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD210; }
p { color: rgb(175,210,16); }
H1.HeaderClassName
{
color: #AFD210;
}
.AnyTagClassName
{
color: #AFD210;
}
</style>
background-color css
<style>
a { background-color: #AFD210; }
a { background-color: rgb(175,210,16); }
div.DivClassName
{
background-color: #AFD210;
}
.BgClassName
{
background-color: #AFD210;
}
</style>
border-color css
<style>
span { border-color: #AFD210; }
span { border-color: rgb(175,210,16); }
td.TdClassName
{
border-color: #AFD210;
}
.TagClassName
{
border-color: #AFD210;
}
</style>