Shades of Inch Worm #A8D30C
Tints of Inch Worm #A8D30C
RGB
CMYK
RGB Variations
Color information
#A8D30C (or 0xA8D30C) is known color: Inch Worm. HEX triplet: A8, D3 and 0C. RGB value is (168,211,12). Sum of RGB (Red+Green+Blue) = 168+211+12=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D30C is #572CF3. Grayscale: #B0B0B0. Windows color (decimal): -5713140 or 840616. OLE color: 840616.
HSL color Cylindrical-coordinate representation of color #A8D30C: hue angle of 72.96º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8D30C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 12 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.17 |
| HSL | 72.96º | 0.89% | 0.44% | - |
| HSV(B) | 72.96º | 0.94% | 0.83% | - |
| XYZ | 39.51 | 54.94 | 8.87 | - |
| YUV | 175.46 | 35.75 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 12 | 0.20 | 0 | 0.94 | 0.17 | 72.96 | 0.89 | 0.44 |
| Hex | A8 | D3 | C | 14 | 0 | 5E | 11 | 49 | 59 | 2C |
| Octal | 250 | 323 | 14 | 24 | 0 | 136 | 21 | 111 | 131 | 54 |
| Binary | 10101000 | 11010011 | 1100 | 10100 | 0 | 1011110 | 10001 | 1001001 | 1011001 | 101100 |
Color Harmonies of #A8D30C
Complementary color
Monochromatic Colors of #A8D30C
Black with #A8D30C
Text Example
Text Example
White with #A8D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D30C; }
p { color: rgb(168,211,12); }
H1.HeaderClassName
{
color: #A8D30C;
}
.AnyTagClassName
{
color: #A8D30C;
}
</style>
background-color css
<style>
a { background-color: #A8D30C; }
a { background-color: rgb(168,211,12); }
div.DivClassName
{
background-color: #A8D30C;
}
.BgClassName
{
background-color: #A8D30C;
}
</style>
border-color css
<style>
span { border-color: #A8D30C; }
span { border-color: rgb(168,211,12); }
td.TdClassName
{
border-color: #A8D30C;
}
.TagClassName
{
border-color: #A8D30C;
}
</style>