Shades of Inch Worm #A8DD28
Tints of Inch Worm #A8DD28
RGB
CMYK
RGB Variations
Color information
#A8DD28 (or 0xA8DD28) is known color: Inch Worm. HEX triplet: A8, DD and 28. RGB value is (168,221,40). Sum of RGB (Red+Green+Blue) = 168+221+40=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD28 is #5722D7. Grayscale: #B9B9B9. Windows color (decimal): -5710552 or 2678184. OLE color: 2678184.
HSL color Cylindrical-coordinate representation of color #A8DD28: hue angle of 77.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8DD28 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 40 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.13 |
| HSL | 77.57º | 0.73% | 0.51% | - |
| HSV(B) | 77.57º | 0.82% | 0.87% | - |
| XYZ | 42.39 | 60.19 | 11.39 | - |
| YUV | 184.52 | 46.44 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 40 | 0.24 | 0 | 0.82 | 0.13 | 77.57 | 0.73 | 0.51 |
| Hex | A8 | DD | 28 | 18 | 0 | 52 | D | 4E | 49 | 33 |
| Octal | 250 | 335 | 50 | 30 | 0 | 122 | 15 | 116 | 111 | 63 |
| Binary | 10101000 | 11011101 | 101000 | 11000 | 0 | 1010010 | 1101 | 1001110 | 1001001 | 110011 |
Color Harmonies of #A8DD28
Complementary color
Monochromatic Colors of #A8DD28
Black with #A8DD28
Text Example
Text Example
White with #A8DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD28; }
p { color: rgb(168,221,40); }
H1.HeaderClassName
{
color: #A8DD28;
}
.AnyTagClassName
{
color: #A8DD28;
}
</style>
background-color css
<style>
a { background-color: #A8DD28; }
a { background-color: rgb(168,221,40); }
div.DivClassName
{
background-color: #A8DD28;
}
.BgClassName
{
background-color: #A8DD28;
}
</style>
border-color css
<style>
span { border-color: #A8DD28; }
span { border-color: rgb(168,221,40); }
td.TdClassName
{
border-color: #A8DD28;
}
.TagClassName
{
border-color: #A8DD28;
}
</style>