Shades of Inch Worm #AFD80C
Tints of Inch Worm #AFD80C
RGB
CMYK
RGB Variations
Color information
#AFD80C (or 0xAFD80C) is known color: Inch Worm. HEX triplet: AF, D8 and 0C. RGB value is (175,216,12). Sum of RGB (Red+Green+Blue) = 175+216+12=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD80C is #5027F3. Grayscale: #B5B5B5. Windows color (decimal): -5253108 or 841903. OLE color: 841903.
HSL color Cylindrical-coordinate representation of color #AFD80C: hue angle of 72.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD80C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 12 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.15 |
| HSL | 72.06º | 0.89% | 0.45% | - |
| HSV(B) | 72.06º | 0.94% | 0.85% | - |
| XYZ | 42.3 | 58.25 | 9.36 | - |
| YUV | 180.49 | 32.92 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 12 | 0.19 | 0 | 0.94 | 0.15 | 72.06 | 0.89 | 0.45 |
| Hex | AF | D8 | C | 13 | 0 | 5E | F | 48 | 59 | 2D |
| Octal | 257 | 330 | 14 | 23 | 0 | 136 | 17 | 110 | 131 | 55 |
| Binary | 10101111 | 11011000 | 1100 | 10011 | 0 | 1011110 | 1111 | 1001000 | 1011001 | 101101 |
Color Harmonies of #AFD80C
Complementary color
Monochromatic Colors of #AFD80C
Black with #AFD80C
Text Example
Text Example
White with #AFD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD80C; }
p { color: rgb(175,216,12); }
H1.HeaderClassName
{
color: #AFD80C;
}
.AnyTagClassName
{
color: #AFD80C;
}
</style>
background-color css
<style>
a { background-color: #AFD80C; }
a { background-color: rgb(175,216,12); }
div.DivClassName
{
background-color: #AFD80C;
}
.BgClassName
{
background-color: #AFD80C;
}
</style>
border-color css
<style>
span { border-color: #AFD80C; }
span { border-color: rgb(175,216,12); }
td.TdClassName
{
border-color: #AFD80C;
}
.TagClassName
{
border-color: #AFD80C;
}
</style>