Shades of Inch Worm #A4D90A
Tints of Inch Worm #A4D90A
RGB
CMYK
RGB Variations
Color information
#A4D90A (or 0xA4D90A) is known color: Inch Worm. HEX triplet: A4, D9 and 0A. RGB value is (164,217,10). Sum of RGB (Red+Green+Blue) = 164+217+10=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D90A is #5B26F5. Grayscale: #B2B2B2. Windows color (decimal): -5973750 or 711076. OLE color: 711076.
HSL color Cylindrical-coordinate representation of color #A4D90A: hue angle of 75.36º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4D90A is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 10 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.15 |
| HSL | 75.36º | 0.91% | 0.45% | - |
| HSV(B) | 75.36º | 0.95% | 0.85% | - |
| XYZ | 40.18 | 57.54 | 9.28 | - |
| YUV | 177.56 | 33.44 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 10 | 0.24 | 0 | 0.95 | 0.15 | 75.36 | 0.91 | 0.45 |
| Hex | A4 | D9 | A | 18 | 0 | 5F | F | 4B | 5B | 2D |
| Octal | 244 | 331 | 12 | 30 | 0 | 137 | 17 | 113 | 133 | 55 |
| Binary | 10100100 | 11011001 | 1010 | 11000 | 0 | 1011111 | 1111 | 1001011 | 1011011 | 101101 |
Color Harmonies of #A4D90A
Complementary color
Monochromatic Colors of #A4D90A
Black with #A4D90A
Text Example
Text Example
White with #A4D90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D90A; }
p { color: rgb(164,217,10); }
H1.HeaderClassName
{
color: #A4D90A;
}
.AnyTagClassName
{
color: #A4D90A;
}
</style>
background-color css
<style>
a { background-color: #A4D90A; }
a { background-color: rgb(164,217,10); }
div.DivClassName
{
background-color: #A4D90A;
}
.BgClassName
{
background-color: #A4D90A;
}
</style>
border-color css
<style>
span { border-color: #A4D90A; }
span { border-color: rgb(164,217,10); }
td.TdClassName
{
border-color: #A4D90A;
}
.TagClassName
{
border-color: #A4D90A;
}
</style>