Shades of Inch Worm #A8DB13
Tints of Inch Worm #A8DB13
RGB
CMYK
RGB Variations
Color information
#A8DB13 (or 0xA8DB13) is known color: Inch Worm. HEX triplet: A8, DB and 13. RGB value is (168,219,19). Sum of RGB (Red+Green+Blue) = 168+219+19=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DB13 is #5724EC. Grayscale: #B5B5B5. Windows color (decimal): -5711085 or 1301416. OLE color: 1301416.
HSL color Cylindrical-coordinate representation of color #A8DB13: hue angle of 75.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8DB13 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 19 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.14 |
| HSL | 75.3º | 0.84% | 0.47% | - |
| HSV(B) | 75.3º | 0.91% | 0.86% | - |
| XYZ | 41.6 | 59.03 | 9.82 | - |
| YUV | 180.95 | 36.6 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 19 | 0.23 | 0 | 0.91 | 0.14 | 75.3 | 0.84 | 0.47 |
| Hex | A8 | DB | 13 | 17 | 0 | 5B | E | 4B | 54 | 2F |
| Octal | 250 | 333 | 23 | 27 | 0 | 133 | 16 | 113 | 124 | 57 |
| Binary | 10101000 | 11011011 | 10011 | 10111 | 0 | 1011011 | 1110 | 1001011 | 1010100 | 101111 |
Color Harmonies of #A8DB13
Complementary color
Monochromatic Colors of #A8DB13
Black with #A8DB13
Text Example
Text Example
White with #A8DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB13; }
p { color: rgb(168,219,19); }
H1.HeaderClassName
{
color: #A8DB13;
}
.AnyTagClassName
{
color: #A8DB13;
}
</style>
background-color css
<style>
a { background-color: #A8DB13; }
a { background-color: rgb(168,219,19); }
div.DivClassName
{
background-color: #A8DB13;
}
.BgClassName
{
background-color: #A8DB13;
}
</style>
border-color css
<style>
span { border-color: #A8DB13; }
span { border-color: rgb(168,219,19); }
td.TdClassName
{
border-color: #A8DB13;
}
.TagClassName
{
border-color: #A8DB13;
}
</style>