Shades of Inch Worm #A8DD12
Tints of Inch Worm #A8DD12
RGB
CMYK
RGB Variations
Color information
#A8DD12 (or 0xA8DD12) is known color: Inch Worm. HEX triplet: A8, DD and 12. RGB value is (168,221,18). Sum of RGB (Red+Green+Blue) = 168+221+18=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DD12 is #5722ED. Grayscale: #B6B6B6. Windows color (decimal): -5710574 or 1236392. OLE color: 1236392.
HSL color Cylindrical-coordinate representation of color #A8DD12: hue angle of 75.67º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8DD12 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.13 |
| HSL | 75.67º | 0.85% | 0.47% | - |
| HSV(B) | 75.67º | 0.92% | 0.87% | - |
| XYZ | 42.11 | 60.08 | 9.95 | - |
| YUV | 182.01 | 35.44 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 18 | 0.24 | 0 | 0.92 | 0.13 | 75.67 | 0.85 | 0.47 |
| Hex | A8 | DD | 12 | 18 | 0 | 5C | D | 4C | 55 | 2F |
| Octal | 250 | 335 | 22 | 30 | 0 | 134 | 15 | 114 | 125 | 57 |
| Binary | 10101000 | 11011101 | 10010 | 11000 | 0 | 1011100 | 1101 | 1001100 | 1010101 | 101111 |
Color Harmonies of #A8DD12
Complementary color
Monochromatic Colors of #A8DD12
Black with #A8DD12
Text Example
Text Example
White with #A8DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD12; }
p { color: rgb(168,221,18); }
H1.HeaderClassName
{
color: #A8DD12;
}
.AnyTagClassName
{
color: #A8DD12;
}
</style>
background-color css
<style>
a { background-color: #A8DD12; }
a { background-color: rgb(168,221,18); }
div.DivClassName
{
background-color: #A8DD12;
}
.BgClassName
{
background-color: #A8DD12;
}
</style>
border-color css
<style>
span { border-color: #A8DD12; }
span { border-color: rgb(168,221,18); }
td.TdClassName
{
border-color: #A8DD12;
}
.TagClassName
{
border-color: #A8DD12;
}
</style>