Shades of Inch Worm #AFD40C
Tints of Inch Worm #AFD40C
RGB
CMYK
RGB Variations
Color information
#AFD40C (or 0xAFD40C) is known color: Inch Worm. HEX triplet: AF, D4 and 0C. RGB value is (175,212,12). Sum of RGB (Red+Green+Blue) = 175+212+12=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD40C is #502BF3. Grayscale: #B2B2B2. Windows color (decimal): -5254132 or 840879. OLE color: 840879.
HSL color Cylindrical-coordinate representation of color #AFD40C: hue angle of 71.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD40C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.17 |
| HSL | 71.1º | 0.89% | 0.44% | - |
| HSV(B) | 71.1º | 0.94% | 0.83% | - |
| XYZ | 41.29 | 56.23 | 9.02 | - |
| YUV | 178.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 12 | 0.17 | 0 | 0.94 | 0.17 | 71.1 | 0.89 | 0.44 |
| Hex | AF | D4 | C | 11 | 0 | 5E | 11 | 47 | 59 | 2C |
| Octal | 257 | 324 | 14 | 21 | 0 | 136 | 21 | 107 | 131 | 54 |
| Binary | 10101111 | 11010100 | 1100 | 10001 | 0 | 1011110 | 10001 | 1000111 | 1011001 | 101100 |
Color Harmonies of #AFD40C
Complementary color
Monochromatic Colors of #AFD40C
Black with #AFD40C
Text Example
Text Example
White with #AFD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD40C; }
p { color: rgb(175,212,12); }
H1.HeaderClassName
{
color: #AFD40C;
}
.AnyTagClassName
{
color: #AFD40C;
}
</style>
background-color css
<style>
a { background-color: #AFD40C; }
a { background-color: rgb(175,212,12); }
div.DivClassName
{
background-color: #AFD40C;
}
.BgClassName
{
background-color: #AFD40C;
}
</style>
border-color css
<style>
span { border-color: #AFD40C; }
span { border-color: rgb(175,212,12); }
td.TdClassName
{
border-color: #AFD40C;
}
.TagClassName
{
border-color: #AFD40C;
}
</style>