Shades of Inch Worm #A8DD1D
Tints of Inch Worm #A8DD1D
RGB
CMYK
RGB Variations
Color information
#A8DD1D (or 0xA8DD1D) is known color: Inch Worm. HEX triplet: A8, DD and 1D. RGB value is (168,221,29). Sum of RGB (Red+Green+Blue) = 168+221+29=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD1D is #5722E2. Grayscale: #B7B7B7. Windows color (decimal): -5710563 or 1957288. OLE color: 1957288.
HSL color Cylindrical-coordinate representation of color #A8DD1D: hue angle of 76.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8DD1D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 29 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.13 |
| HSL | 76.56º | 0.77% | 0.49% | - |
| HSV(B) | 76.56º | 0.87% | 0.87% | - |
| XYZ | 42.23 | 60.13 | 10.54 | - |
| YUV | 183.27 | 40.94 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 29 | 0.24 | 0 | 0.87 | 0.13 | 76.56 | 0.77 | 0.49 |
| Hex | A8 | DD | 1D | 18 | 0 | 57 | D | 4D | 4D | 31 |
| Octal | 250 | 335 | 35 | 30 | 0 | 127 | 15 | 115 | 115 | 61 |
| Binary | 10101000 | 11011101 | 11101 | 11000 | 0 | 1010111 | 1101 | 1001101 | 1001101 | 110001 |
Color Harmonies of #A8DD1D
Complementary color
Monochromatic Colors of #A8DD1D
Black with #A8DD1D
Text Example
Text Example
White with #A8DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD1D; }
p { color: rgb(168,221,29); }
H1.HeaderClassName
{
color: #A8DD1D;
}
.AnyTagClassName
{
color: #A8DD1D;
}
</style>
background-color css
<style>
a { background-color: #A8DD1D; }
a { background-color: rgb(168,221,29); }
div.DivClassName
{
background-color: #A8DD1D;
}
.BgClassName
{
background-color: #A8DD1D;
}
</style>
border-color css
<style>
span { border-color: #A8DD1D; }
span { border-color: rgb(168,221,29); }
td.TdClassName
{
border-color: #A8DD1D;
}
.TagClassName
{
border-color: #A8DD1D;
}
</style>