Shades of Inch Worm #A8D813
Tints of Inch Worm #A8D813
RGB
CMYK
RGB Variations
Color information
#A8D813 (or 0xA8D813) is known color: Inch Worm. HEX triplet: A8, D8 and 13. RGB value is (168,216,19). Sum of RGB (Red+Green+Blue) = 168+216+19=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D813 is #5727EC. Grayscale: #B3B3B3. Windows color (decimal): -5711853 or 1300648. OLE color: 1300648.
HSL color Cylindrical-coordinate representation of color #A8D813: hue angle of 74.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8D813 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 19 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.15 |
| HSL | 74.62º | 0.84% | 0.46% | - |
| HSV(B) | 74.62º | 0.91% | 0.85% | - |
| XYZ | 40.82 | 57.48 | 9.56 | - |
| YUV | 179.19 | 37.6 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 19 | 0.22 | 0 | 0.91 | 0.15 | 74.62 | 0.84 | 0.46 |
| Hex | A8 | D8 | 13 | 16 | 0 | 5B | F | 4B | 54 | 2E |
| Octal | 250 | 330 | 23 | 26 | 0 | 133 | 17 | 113 | 124 | 56 |
| Binary | 10101000 | 11011000 | 10011 | 10110 | 0 | 1011011 | 1111 | 1001011 | 1010100 | 101110 |
Color Harmonies of #A8D813
Complementary color
Monochromatic Colors of #A8D813
Black with #A8D813
Text Example
Text Example
White with #A8D813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D813; }
p { color: rgb(168,216,19); }
H1.HeaderClassName
{
color: #A8D813;
}
.AnyTagClassName
{
color: #A8D813;
}
</style>
background-color css
<style>
a { background-color: #A8D813; }
a { background-color: rgb(168,216,19); }
div.DivClassName
{
background-color: #A8D813;
}
.BgClassName
{
background-color: #A8D813;
}
</style>
border-color css
<style>
span { border-color: #A8D813; }
span { border-color: rgb(168,216,19); }
td.TdClassName
{
border-color: #A8D813;
}
.TagClassName
{
border-color: #A8D813;
}
</style>