Shades of Inch Worm #A8DC24
Tints of Inch Worm #A8DC24
RGB
CMYK
RGB Variations
Color information
#A8DC24 (or 0xA8DC24) is known color: Inch Worm. HEX triplet: A8, DC and 24. RGB value is (168,220,36). Sum of RGB (Red+Green+Blue) = 168+220+36=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC24 is #5723DB. Grayscale: #B8B8B8. Windows color (decimal): -5710812 or 2415784. OLE color: 2415784.
HSL color Cylindrical-coordinate representation of color #A8DC24: hue angle of 76.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8DC24 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 36 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.14 |
| HSL | 76.96º | 0.72% | 0.5% | - |
| HSV(B) | 76.96º | 0.84% | 0.86% | - |
| XYZ | 42.06 | 59.64 | 10.96 | - |
| YUV | 183.48 | 44.77 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 36 | 0.24 | 0 | 0.84 | 0.14 | 76.96 | 0.72 | 0.5 |
| Hex | A8 | DC | 24 | 18 | 0 | 54 | E | 4D | 48 | 32 |
| Octal | 250 | 334 | 44 | 30 | 0 | 124 | 16 | 115 | 110 | 62 |
| Binary | 10101000 | 11011100 | 100100 | 11000 | 0 | 1010100 | 1110 | 1001101 | 1001000 | 110010 |
Color Harmonies of #A8DC24
Complementary color
Monochromatic Colors of #A8DC24
Black with #A8DC24
Text Example
Text Example
White with #A8DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC24; }
p { color: rgb(168,220,36); }
H1.HeaderClassName
{
color: #A8DC24;
}
.AnyTagClassName
{
color: #A8DC24;
}
</style>
background-color css
<style>
a { background-color: #A8DC24; }
a { background-color: rgb(168,220,36); }
div.DivClassName
{
background-color: #A8DC24;
}
.BgClassName
{
background-color: #A8DC24;
}
</style>
border-color css
<style>
span { border-color: #A8DC24; }
span { border-color: rgb(168,220,36); }
td.TdClassName
{
border-color: #A8DC24;
}
.TagClassName
{
border-color: #A8DC24;
}
</style>