Shades of Inch Worm #A8D50A
Tints of Inch Worm #A8D50A
RGB
CMYK
RGB Variations
Color information
#A8D50A (or 0xA8D50A) is known color: Inch Worm. HEX triplet: A8, D5 and 0A. RGB value is (168,213,10). Sum of RGB (Red+Green+Blue) = 168+213+10=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D50A is #572AF5. Grayscale: #B1B1B1. Windows color (decimal): -5712630 or 710056. OLE color: 710056.
HSL color Cylindrical-coordinate representation of color #A8D50A: hue angle of 73.3º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8D50A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 10 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.16 |
| HSL | 73.3º | 0.91% | 0.44% | - |
| HSV(B) | 73.3º | 0.95% | 0.84% | - |
| XYZ | 40 | 55.94 | 8.98 | - |
| YUV | 176.4 | 34.09 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 10 | 0.21 | 0 | 0.95 | 0.16 | 73.3 | 0.91 | 0.44 |
| Hex | A8 | D5 | A | 15 | 0 | 5F | 10 | 49 | 5B | 2C |
| Octal | 250 | 325 | 12 | 25 | 0 | 137 | 20 | 111 | 133 | 54 |
| Binary | 10101000 | 11010101 | 1010 | 10101 | 0 | 1011111 | 10000 | 1001001 | 1011011 | 101100 |
Color Harmonies of #A8D50A
Complementary color
Monochromatic Colors of #A8D50A
Black with #A8D50A
Text Example
Text Example
White with #A8D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D50A; }
p { color: rgb(168,213,10); }
H1.HeaderClassName
{
color: #A8D50A;
}
.AnyTagClassName
{
color: #A8D50A;
}
</style>
background-color css
<style>
a { background-color: #A8D50A; }
a { background-color: rgb(168,213,10); }
div.DivClassName
{
background-color: #A8D50A;
}
.BgClassName
{
background-color: #A8D50A;
}
</style>
border-color css
<style>
span { border-color: #A8D50A; }
span { border-color: rgb(168,213,10); }
td.TdClassName
{
border-color: #A8D50A;
}
.TagClassName
{
border-color: #A8D50A;
}
</style>