Shades of Inch Worm #A8D513
Tints of Inch Worm #A8D513
RGB
CMYK
RGB Variations
Color information
#A8D513 (or 0xA8D513) is known color: Inch Worm. HEX triplet: A8, D5 and 13. RGB value is (168,213,19). Sum of RGB (Red+Green+Blue) = 168+213+19=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D513 is #572AEC. Grayscale: #B2B2B2. Windows color (decimal): -5712621 or 1299880. OLE color: 1299880.
HSL color Cylindrical-coordinate representation of color #A8D513: hue angle of 73.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8D513 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.16 |
| HSL | 73.92º | 0.84% | 0.45% | - |
| HSV(B) | 73.92º | 0.91% | 0.84% | - |
| XYZ | 40.06 | 55.96 | 9.31 | - |
| YUV | 177.43 | 38.59 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 19 | 0.21 | 0 | 0.91 | 0.16 | 73.92 | 0.84 | 0.45 |
| Hex | A8 | D5 | 13 | 15 | 0 | 5B | 10 | 4A | 54 | 2D |
| Octal | 250 | 325 | 23 | 25 | 0 | 133 | 20 | 112 | 124 | 55 |
| Binary | 10101000 | 11010101 | 10011 | 10101 | 0 | 1011011 | 10000 | 1001010 | 1010100 | 101101 |
Color Harmonies of #A8D513
Complementary color
Monochromatic Colors of #A8D513
Black with #A8D513
Text Example
Text Example
White with #A8D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D513; }
p { color: rgb(168,213,19); }
H1.HeaderClassName
{
color: #A8D513;
}
.AnyTagClassName
{
color: #A8D513;
}
</style>
background-color css
<style>
a { background-color: #A8D513; }
a { background-color: rgb(168,213,19); }
div.DivClassName
{
background-color: #A8D513;
}
.BgClassName
{
background-color: #A8D513;
}
</style>
border-color css
<style>
span { border-color: #A8D513; }
span { border-color: rgb(168,213,19); }
td.TdClassName
{
border-color: #A8D513;
}
.TagClassName
{
border-color: #A8D513;
}
</style>