Shades of Inch Worm #A8DD1B
Tints of Inch Worm #A8DD1B
RGB
CMYK
RGB Variations
Color information
#A8DD1B (or 0xA8DD1B) is known color: Inch Worm. HEX triplet: A8, DD and 1B. RGB value is (168,221,27). Sum of RGB (Red+Green+Blue) = 168+221+27=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD1B is #5722E4. Grayscale: #B7B7B7. Windows color (decimal): -5710565 or 1826216. OLE color: 1826216.
HSL color Cylindrical-coordinate representation of color #A8DD1B: hue angle of 76.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8DD1B is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 27 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.13 |
| HSL | 76.39º | 0.78% | 0.49% | - |
| HSV(B) | 76.39º | 0.88% | 0.87% | - |
| XYZ | 42.2 | 60.12 | 10.42 | - |
| YUV | 183.04 | 39.94 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 27 | 0.24 | 0 | 0.88 | 0.13 | 76.39 | 0.78 | 0.49 |
| Hex | A8 | DD | 1B | 18 | 0 | 58 | D | 4C | 4E | 31 |
| Octal | 250 | 335 | 33 | 30 | 0 | 130 | 15 | 114 | 116 | 61 |
| Binary | 10101000 | 11011101 | 11011 | 11000 | 0 | 1011000 | 1101 | 1001100 | 1001110 | 110001 |
Color Harmonies of #A8DD1B
Complementary color
Monochromatic Colors of #A8DD1B
Black with #A8DD1B
Text Example
Text Example
White with #A8DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD1B; }
p { color: rgb(168,221,27); }
H1.HeaderClassName
{
color: #A8DD1B;
}
.AnyTagClassName
{
color: #A8DD1B;
}
</style>
background-color css
<style>
a { background-color: #A8DD1B; }
a { background-color: rgb(168,221,27); }
div.DivClassName
{
background-color: #A8DD1B;
}
.BgClassName
{
background-color: #A8DD1B;
}
</style>
border-color css
<style>
span { border-color: #A8DD1B; }
span { border-color: rgb(168,221,27); }
td.TdClassName
{
border-color: #A8DD1B;
}
.TagClassName
{
border-color: #A8DD1B;
}
</style>