Shades of Inch Worm #A8D412
Tints of Inch Worm #A8D412
RGB
CMYK
RGB Variations
Color information
#A8D412 (or 0xA8D412) is known color: Inch Worm. HEX triplet: A8, D4 and 12. RGB value is (168,212,18). Sum of RGB (Red+Green+Blue) = 168+212+18=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D412 is #572BED. Grayscale: #B1B1B1. Windows color (decimal): -5712878 or 1234088. OLE color: 1234088.
HSL color Cylindrical-coordinate representation of color #A8D412: hue angle of 73.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8D412 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.17 |
| HSL | 73.61º | 0.84% | 0.45% | - |
| HSV(B) | 73.61º | 0.92% | 0.83% | - |
| XYZ | 39.8 | 55.46 | 9.18 | - |
| YUV | 176.73 | 38.42 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 18 | 0.21 | 0 | 0.92 | 0.17 | 73.61 | 0.84 | 0.45 |
| Hex | A8 | D4 | 12 | 15 | 0 | 5C | 11 | 4A | 54 | 2D |
| Octal | 250 | 324 | 22 | 25 | 0 | 134 | 21 | 112 | 124 | 55 |
| Binary | 10101000 | 11010100 | 10010 | 10101 | 0 | 1011100 | 10001 | 1001010 | 1010100 | 101101 |
Color Harmonies of #A8D412
Complementary color
Monochromatic Colors of #A8D412
Black with #A8D412
Text Example
Text Example
White with #A8D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D412; }
p { color: rgb(168,212,18); }
H1.HeaderClassName
{
color: #A8D412;
}
.AnyTagClassName
{
color: #A8D412;
}
</style>
background-color css
<style>
a { background-color: #A8D412; }
a { background-color: rgb(168,212,18); }
div.DivClassName
{
background-color: #A8D412;
}
.BgClassName
{
background-color: #A8D412;
}
</style>
border-color css
<style>
span { border-color: #A8D412; }
span { border-color: rgb(168,212,18); }
td.TdClassName
{
border-color: #A8D412;
}
.TagClassName
{
border-color: #A8D412;
}
</style>