Shades of Inch Worm #A8D721
Tints of Inch Worm #A8D721
RGB
CMYK
RGB Variations
Color information
#A8D721 (or 0xA8D721) is known color: Inch Worm. HEX triplet: A8, D7 and 21. RGB value is (168,215,33). Sum of RGB (Red+Green+Blue) = 168+215+33=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D721 is #5728DE. Grayscale: #B4B4B4. Windows color (decimal): -5712095 or 2217896. OLE color: 2217896.
HSL color Cylindrical-coordinate representation of color #A8D721: hue angle of 75.49º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8D721 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 33 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.16 |
| HSL | 75.49º | 0.73% | 0.49% | - |
| HSV(B) | 75.49º | 0.85% | 0.84% | - |
| XYZ | 40.72 | 57.04 | 10.3 | - |
| YUV | 180.2 | 44.93 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 33 | 0.22 | 0 | 0.85 | 0.16 | 75.49 | 0.73 | 0.49 |
| Hex | A8 | D7 | 21 | 16 | 0 | 55 | 10 | 4B | 49 | 31 |
| Octal | 250 | 327 | 41 | 26 | 0 | 125 | 20 | 113 | 111 | 61 |
| Binary | 10101000 | 11010111 | 100001 | 10110 | 0 | 1010101 | 10000 | 1001011 | 1001001 | 110001 |
Color Harmonies of #A8D721
Complementary color
Monochromatic Colors of #A8D721
Black with #A8D721
Text Example
Text Example
White with #A8D721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D721; }
p { color: rgb(168,215,33); }
H1.HeaderClassName
{
color: #A8D721;
}
.AnyTagClassName
{
color: #A8D721;
}
</style>
background-color css
<style>
a { background-color: #A8D721; }
a { background-color: rgb(168,215,33); }
div.DivClassName
{
background-color: #A8D721;
}
.BgClassName
{
background-color: #A8D721;
}
</style>
border-color css
<style>
span { border-color: #A8D721; }
span { border-color: rgb(168,215,33); }
td.TdClassName
{
border-color: #A8D721;
}
.TagClassName
{
border-color: #A8D721;
}
</style>