Shades of Inch Worm #AFD20C
Tints of Inch Worm #AFD20C
RGB
CMYK
RGB Variations
Color information
#AFD20C (or 0xAFD20C) is known color: Inch Worm. HEX triplet: AF, D2 and 0C. RGB value is (175,210,12). Sum of RGB (Red+Green+Blue) = 175+210+12=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD20C is #502DF3. Grayscale: #B1B1B1. Windows color (decimal): -5254644 or 840367. OLE color: 840367.
HSL color Cylindrical-coordinate representation of color #AFD20C: hue angle of 70.61º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD20C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.18 |
| HSL | 70.61º | 0.89% | 0.44% | - |
| HSV(B) | 70.61º | 0.94% | 0.82% | - |
| XYZ | 40.79 | 55.23 | 8.86 | - |
| YUV | 176.96 | 34.9 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 12 | 0.17 | 0 | 0.94 | 0.18 | 70.61 | 0.89 | 0.44 |
| Hex | AF | D2 | C | 11 | 0 | 5E | 12 | 47 | 59 | 2C |
| Octal | 257 | 322 | 14 | 21 | 0 | 136 | 22 | 107 | 131 | 54 |
| Binary | 10101111 | 11010010 | 1100 | 10001 | 0 | 1011110 | 10010 | 1000111 | 1011001 | 101100 |
Color Harmonies of #AFD20C
Complementary color
Monochromatic Colors of #AFD20C
Black with #AFD20C
Text Example
Text Example
White with #AFD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD20C; }
p { color: rgb(175,210,12); }
H1.HeaderClassName
{
color: #AFD20C;
}
.AnyTagClassName
{
color: #AFD20C;
}
</style>
background-color css
<style>
a { background-color: #AFD20C; }
a { background-color: rgb(175,210,12); }
div.DivClassName
{
background-color: #AFD20C;
}
.BgClassName
{
background-color: #AFD20C;
}
</style>
border-color css
<style>
span { border-color: #AFD20C; }
span { border-color: rgb(175,210,12); }
td.TdClassName
{
border-color: #AFD20C;
}
.TagClassName
{
border-color: #AFD20C;
}
</style>