Shades of Inch Worm #A8DD24
Tints of Inch Worm #A8DD24
RGB
CMYK
RGB Variations
Color information
#A8DD24 (or 0xA8DD24) is known color: Inch Worm. HEX triplet: A8, DD and 24. RGB value is (168,221,36). Sum of RGB (Red+Green+Blue) = 168+221+36=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD24 is #5722DB. Grayscale: #B8B8B8. Windows color (decimal): -5710556 or 2416040. OLE color: 2416040.
HSL color Cylindrical-coordinate representation of color #A8DD24: hue angle of 77.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8DD24 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 36 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.13 |
| HSL | 77.19º | 0.73% | 0.5% | - |
| HSV(B) | 77.19º | 0.84% | 0.87% | - |
| XYZ | 42.32 | 60.17 | 11.05 | - |
| YUV | 184.06 | 44.44 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 36 | 0.24 | 0 | 0.84 | 0.13 | 77.19 | 0.73 | 0.5 |
| Hex | A8 | DD | 24 | 18 | 0 | 54 | D | 4D | 49 | 32 |
| Octal | 250 | 335 | 44 | 30 | 0 | 124 | 15 | 115 | 111 | 62 |
| Binary | 10101000 | 11011101 | 100100 | 11000 | 0 | 1010100 | 1101 | 1001101 | 1001001 | 110010 |
Color Harmonies of #A8DD24
Complementary color
Monochromatic Colors of #A8DD24
Black with #A8DD24
Text Example
Text Example
White with #A8DD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD24; }
p { color: rgb(168,221,36); }
H1.HeaderClassName
{
color: #A8DD24;
}
.AnyTagClassName
{
color: #A8DD24;
}
</style>
background-color css
<style>
a { background-color: #A8DD24; }
a { background-color: rgb(168,221,36); }
div.DivClassName
{
background-color: #A8DD24;
}
.BgClassName
{
background-color: #A8DD24;
}
</style>
border-color css
<style>
span { border-color: #A8DD24; }
span { border-color: rgb(168,221,36); }
td.TdClassName
{
border-color: #A8DD24;
}
.TagClassName
{
border-color: #A8DD24;
}
</style>