Shades of Inch Worm #A8DC13
Tints of Inch Worm #A8DC13
RGB
CMYK
RGB Variations
Color information
#A8DC13 (or 0xA8DC13) is known color: Inch Worm. HEX triplet: A8, DC and 13. RGB value is (168,220,19). Sum of RGB (Red+Green+Blue) = 168+220+19=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DC13 is #5723EC. Grayscale: #B6B6B6. Windows color (decimal): -5710829 or 1301672. OLE color: 1301672.
HSL color Cylindrical-coordinate representation of color #A8DC13: hue angle of 75.52º 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 #A8DC13 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 19 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.14 |
| HSL | 75.52º | 0.84% | 0.47% | - |
| HSV(B) | 75.52º | 0.91% | 0.86% | - |
| XYZ | 41.86 | 59.56 | 9.91 | - |
| YUV | 181.54 | 36.27 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 19 | 0.24 | 0 | 0.91 | 0.14 | 75.52 | 0.84 | 0.47 |
| Hex | A8 | DC | 13 | 18 | 0 | 5B | E | 4C | 54 | 2F |
| Octal | 250 | 334 | 23 | 30 | 0 | 133 | 16 | 114 | 124 | 57 |
| Binary | 10101000 | 11011100 | 10011 | 11000 | 0 | 1011011 | 1110 | 1001100 | 1010100 | 101111 |
Color Harmonies of #A8DC13
Complementary color
Monochromatic Colors of #A8DC13
Black with #A8DC13
Text Example
Text Example
White with #A8DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC13; }
p { color: rgb(168,220,19); }
H1.HeaderClassName
{
color: #A8DC13;
}
.AnyTagClassName
{
color: #A8DC13;
}
</style>
background-color css
<style>
a { background-color: #A8DC13; }
a { background-color: rgb(168,220,19); }
div.DivClassName
{
background-color: #A8DC13;
}
.BgClassName
{
background-color: #A8DC13;
}
</style>
border-color css
<style>
span { border-color: #A8DC13; }
span { border-color: rgb(168,220,19); }
td.TdClassName
{
border-color: #A8DC13;
}
.TagClassName
{
border-color: #A8DC13;
}
</style>