Shades of Inch Worm #A8D712
Tints of Inch Worm #A8D712
RGB
CMYK
RGB Variations
Color information
#A8D712 (or 0xA8D712) is known color: Inch Worm. HEX triplet: A8, D7 and 12. RGB value is (168,215,18). Sum of RGB (Red+Green+Blue) = 168+215+18=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D712 is #5728ED. Grayscale: #B3B3B3. Windows color (decimal): -5712110 or 1234856. OLE color: 1234856.
HSL color Cylindrical-coordinate representation of color #A8D712: hue angle of 74.31º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8D712 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 18 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.16 |
| HSL | 74.31º | 0.85% | 0.46% | - |
| HSV(B) | 74.31º | 0.92% | 0.84% | - |
| XYZ | 40.56 | 56.97 | 9.43 | - |
| YUV | 178.49 | 37.43 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 18 | 0.22 | 0 | 0.92 | 0.16 | 74.31 | 0.85 | 0.46 |
| Hex | A8 | D7 | 12 | 16 | 0 | 5C | 10 | 4A | 55 | 2E |
| Octal | 250 | 327 | 22 | 26 | 0 | 134 | 20 | 112 | 125 | 56 |
| Binary | 10101000 | 11010111 | 10010 | 10110 | 0 | 1011100 | 10000 | 1001010 | 1010101 | 101110 |
Color Harmonies of #A8D712
Complementary color
Monochromatic Colors of #A8D712
Black with #A8D712
Text Example
Text Example
White with #A8D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D712; }
p { color: rgb(168,215,18); }
H1.HeaderClassName
{
color: #A8D712;
}
.AnyTagClassName
{
color: #A8D712;
}
</style>
background-color css
<style>
a { background-color: #A8D712; }
a { background-color: rgb(168,215,18); }
div.DivClassName
{
background-color: #A8D712;
}
.BgClassName
{
background-color: #A8D712;
}
</style>
border-color css
<style>
span { border-color: #A8D712; }
span { border-color: rgb(168,215,18); }
td.TdClassName
{
border-color: #A8D712;
}
.TagClassName
{
border-color: #A8D712;
}
</style>