Shades of Inch Worm #AFDB09
Tints of Inch Worm #AFDB09
RGB
CMYK
RGB Variations
Color information
#AFDB09 (or 0xAFDB09) is known color: Inch Worm. HEX triplet: AF, DB and 09. RGB value is (175,219,9). Sum of RGB (Red+Green+Blue) = 175+219+9=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB09 is #5024F6. Grayscale: #B6B6B6. Windows color (decimal): -5252343 or 646063. OLE color: 646063.
HSL color Cylindrical-coordinate representation of color #AFDB09: hue angle of 72.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFDB09 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 9 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.14 |
| HSL | 72.57º | 0.92% | 0.45% | - |
| HSV(B) | 72.57º | 0.96% | 0.86% | - |
| XYZ | 43.06 | 59.8 | 9.53 | - |
| YUV | 181.9 | 30.42 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 9 | 0.20 | 0 | 0.96 | 0.14 | 72.57 | 0.92 | 0.45 |
| Hex | AF | DB | 9 | 14 | 0 | 60 | E | 49 | 5C | 2D |
| Octal | 257 | 333 | 11 | 24 | 0 | 140 | 16 | 111 | 134 | 55 |
| Binary | 10101111 | 11011011 | 1001 | 10100 | 0 | 1100000 | 1110 | 1001001 | 1011100 | 101101 |
Color Harmonies of #AFDB09
Complementary color
Monochromatic Colors of #AFDB09
Black with #AFDB09
Text Example
Text Example
White with #AFDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB09; }
p { color: rgb(175,219,9); }
H1.HeaderClassName
{
color: #AFDB09;
}
.AnyTagClassName
{
color: #AFDB09;
}
</style>
background-color css
<style>
a { background-color: #AFDB09; }
a { background-color: rgb(175,219,9); }
div.DivClassName
{
background-color: #AFDB09;
}
.BgClassName
{
background-color: #AFDB09;
}
</style>
border-color css
<style>
span { border-color: #AFDB09; }
span { border-color: rgb(175,219,9); }
td.TdClassName
{
border-color: #AFDB09;
}
.TagClassName
{
border-color: #AFDB09;
}
</style>