Shades of Inch Worm #AFDB0E
Tints of Inch Worm #AFDB0E
RGB
CMYK
RGB Variations
Color information
#AFDB0E (or 0xAFDB0E) is known color: Inch Worm. HEX triplet: AF, DB and 0E. RGB value is (175,219,14). Sum of RGB (Red+Green+Blue) = 175+219+14=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB0E is #5024F1. Grayscale: #B7B7B7. Windows color (decimal): -5252338 or 973743. OLE color: 973743.
HSL color Cylindrical-coordinate representation of color #AFDB0E: hue angle of 72.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFDB0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 14 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.14 |
| HSL | 72.88º | 0.88% | 0.46% | - |
| HSV(B) | 72.88º | 0.94% | 0.86% | - |
| XYZ | 43.09 | 59.81 | 9.69 | - |
| YUV | 182.47 | 32.92 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 14 | 0.20 | 0 | 0.94 | 0.14 | 72.88 | 0.88 | 0.46 |
| Hex | AF | DB | E | 14 | 0 | 5E | E | 49 | 58 | 2E |
| Octal | 257 | 333 | 16 | 24 | 0 | 136 | 16 | 111 | 130 | 56 |
| Binary | 10101111 | 11011011 | 1110 | 10100 | 0 | 1011110 | 1110 | 1001001 | 1011000 | 101110 |
Color Harmonies of #AFDB0E
Complementary color
Monochromatic Colors of #AFDB0E
Black with #AFDB0E
Text Example
Text Example
White with #AFDB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB0E; }
p { color: rgb(175,219,14); }
H1.HeaderClassName
{
color: #AFDB0E;
}
.AnyTagClassName
{
color: #AFDB0E;
}
</style>
background-color css
<style>
a { background-color: #AFDB0E; }
a { background-color: rgb(175,219,14); }
div.DivClassName
{
background-color: #AFDB0E;
}
.BgClassName
{
background-color: #AFDB0E;
}
</style>
border-color css
<style>
span { border-color: #AFDB0E; }
span { border-color: rgb(175,219,14); }
td.TdClassName
{
border-color: #AFDB0E;
}
.TagClassName
{
border-color: #AFDB0E;
}
</style>