Shades of Inch Worm #A8DE21
Tints of Inch Worm #A8DE21
RGB
CMYK
RGB Variations
Color information
#A8DE21 (or 0xA8DE21) is known color: Inch Worm. HEX triplet: A8, DE and 21. RGB value is (168,222,33). Sum of RGB (Red+Green+Blue) = 168+222+33=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE21 is #5721DE. Grayscale: #B9B9B9. Windows color (decimal): -5710303 or 2219688. OLE color: 2219688.
HSL color Cylindrical-coordinate representation of color #A8DE21: hue angle of 77.14º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8DE21 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 33 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.13 |
| HSL | 77.14º | 0.74% | 0.5% | - |
| HSV(B) | 77.14º | 0.85% | 0.87% | - |
| XYZ | 42.54 | 60.68 | 10.91 | - |
| YUV | 184.31 | 42.61 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 33 | 0.24 | 0 | 0.85 | 0.13 | 77.14 | 0.74 | 0.5 |
| Hex | A8 | DE | 21 | 18 | 0 | 55 | D | 4D | 4A | 32 |
| Octal | 250 | 336 | 41 | 30 | 0 | 125 | 15 | 115 | 112 | 62 |
| Binary | 10101000 | 11011110 | 100001 | 11000 | 0 | 1010101 | 1101 | 1001101 | 1001010 | 110010 |
Color Harmonies of #A8DE21
Complementary color
Monochromatic Colors of #A8DE21
Black with #A8DE21
Text Example
Text Example
White with #A8DE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE21; }
p { color: rgb(168,222,33); }
H1.HeaderClassName
{
color: #A8DE21;
}
.AnyTagClassName
{
color: #A8DE21;
}
</style>
background-color css
<style>
a { background-color: #A8DE21; }
a { background-color: rgb(168,222,33); }
div.DivClassName
{
background-color: #A8DE21;
}
.BgClassName
{
background-color: #A8DE21;
}
</style>
border-color css
<style>
span { border-color: #A8DE21; }
span { border-color: rgb(168,222,33); }
td.TdClassName
{
border-color: #A8DE21;
}
.TagClassName
{
border-color: #A8DE21;
}
</style>