Shades of Inch Worm #A8D421
Tints of Inch Worm #A8D421
RGB
CMYK
RGB Variations
Color information
#A8D421 (or 0xA8D421) is known color: Inch Worm. HEX triplet: A8, D4 and 21. RGB value is (168,212,33). Sum of RGB (Red+Green+Blue) = 168+212+33=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D421 is #572BDE. Grayscale: #B3B3B3. Windows color (decimal): -5712863 or 2217128. OLE color: 2217128.
HSL color Cylindrical-coordinate representation of color #A8D421: hue angle of 74.75º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8D421 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 33 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.17 |
| HSL | 74.75º | 0.73% | 0.48% | - |
| HSV(B) | 74.75º | 0.84% | 0.83% | - |
| XYZ | 39.97 | 55.52 | 10.05 | - |
| YUV | 178.44 | 45.92 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 33 | 0.21 | 0 | 0.84 | 0.17 | 74.75 | 0.73 | 0.48 |
| Hex | A8 | D4 | 21 | 15 | 0 | 54 | 11 | 4B | 49 | 30 |
| Octal | 250 | 324 | 41 | 25 | 0 | 124 | 21 | 113 | 111 | 60 |
| Binary | 10101000 | 11010100 | 100001 | 10101 | 0 | 1010100 | 10001 | 1001011 | 1001001 | 110000 |
Color Harmonies of #A8D421
Complementary color
Monochromatic Colors of #A8D421
Black with #A8D421
Text Example
Text Example
White with #A8D421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D421; }
p { color: rgb(168,212,33); }
H1.HeaderClassName
{
color: #A8D421;
}
.AnyTagClassName
{
color: #A8D421;
}
</style>
background-color css
<style>
a { background-color: #A8D421; }
a { background-color: rgb(168,212,33); }
div.DivClassName
{
background-color: #A8D421;
}
.BgClassName
{
background-color: #A8D421;
}
</style>
border-color css
<style>
span { border-color: #A8D421; }
span { border-color: rgb(168,212,33); }
td.TdClassName
{
border-color: #A8D421;
}
.TagClassName
{
border-color: #A8D421;
}
</style>