Shades of Inch Worm #AFDB0C
Tints of Inch Worm #AFDB0C
RGB
CMYK
RGB Variations
Color information
#AFDB0C (or 0xAFDB0C) is known color: Inch Worm. HEX triplet: AF, DB and 0C. RGB value is (175,219,12). Sum of RGB (Red+Green+Blue) = 175+219+12=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB0C is #5024F3. Grayscale: #B7B7B7. Windows color (decimal): -5252340 or 842671. OLE color: 842671.
HSL color Cylindrical-coordinate representation of color #AFDB0C: hue angle of 72.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFDB0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.14 |
| HSL | 72.75º | 0.9% | 0.45% | - |
| HSV(B) | 72.75º | 0.95% | 0.86% | - |
| XYZ | 43.08 | 59.8 | 9.62 | - |
| YUV | 182.25 | 31.92 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 12 | 0.20 | 0 | 0.95 | 0.14 | 72.75 | 0.9 | 0.45 |
| Hex | AF | DB | C | 14 | 0 | 5F | E | 49 | 5A | 2D |
| Octal | 257 | 333 | 14 | 24 | 0 | 137 | 16 | 111 | 132 | 55 |
| Binary | 10101111 | 11011011 | 1100 | 10100 | 0 | 1011111 | 1110 | 1001001 | 1011010 | 101101 |
Color Harmonies of #AFDB0C
Complementary color
Monochromatic Colors of #AFDB0C
Black with #AFDB0C
Text Example
Text Example
White with #AFDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB0C; }
p { color: rgb(175,219,12); }
H1.HeaderClassName
{
color: #AFDB0C;
}
.AnyTagClassName
{
color: #AFDB0C;
}
</style>
background-color css
<style>
a { background-color: #AFDB0C; }
a { background-color: rgb(175,219,12); }
div.DivClassName
{
background-color: #AFDB0C;
}
.BgClassName
{
background-color: #AFDB0C;
}
</style>
border-color css
<style>
span { border-color: #AFDB0C; }
span { border-color: rgb(175,219,12); }
td.TdClassName
{
border-color: #AFDB0C;
}
.TagClassName
{
border-color: #AFDB0C;
}
</style>