Shades of Inch Worm #A8D521
Tints of Inch Worm #A8D521
RGB
CMYK
RGB Variations
Color information
#A8D521 (or 0xA8D521) is known color: Inch Worm. HEX triplet: A8, D5 and 21. RGB value is (168,213,33). Sum of RGB (Red+Green+Blue) = 168+213+33=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D521 is #572ADE. Grayscale: #B3B3B3. Windows color (decimal): -5712607 or 2217384. OLE color: 2217384.
HSL color Cylindrical-coordinate representation of color #A8D521: hue angle of 75º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8D521 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 33 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.16 |
| HSL | 75º | 0.73% | 0.48% | - |
| HSV(B) | 75º | 0.85% | 0.84% | - |
| XYZ | 40.22 | 56.02 | 10.13 | - |
| YUV | 179.03 | 45.59 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 33 | 0.21 | 0 | 0.85 | 0.16 | 75 | 0.73 | 0.48 |
| Hex | A8 | D5 | 21 | 15 | 0 | 55 | 10 | 4B | 49 | 30 |
| Octal | 250 | 325 | 41 | 25 | 0 | 125 | 20 | 113 | 111 | 60 |
| Binary | 10101000 | 11010101 | 100001 | 10101 | 0 | 1010101 | 10000 | 1001011 | 1001001 | 110000 |
Color Harmonies of #A8D521
Complementary color
Monochromatic Colors of #A8D521
Black with #A8D521
Text Example
Text Example
White with #A8D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D521; }
p { color: rgb(168,213,33); }
H1.HeaderClassName
{
color: #A8D521;
}
.AnyTagClassName
{
color: #A8D521;
}
</style>
background-color css
<style>
a { background-color: #A8D521; }
a { background-color: rgb(168,213,33); }
div.DivClassName
{
background-color: #A8D521;
}
.BgClassName
{
background-color: #A8D521;
}
</style>
border-color css
<style>
span { border-color: #A8D521; }
span { border-color: rgb(168,213,33); }
td.TdClassName
{
border-color: #A8D521;
}
.TagClassName
{
border-color: #A8D521;
}
</style>