Shades of Yellow Green #A0D92A
Tints of Yellow Green #A0D92A
RGB
CMYK
RGB Variations
Color information
#A0D92A (or 0xA0D92A) is known color: Yellow Green. HEX triplet: A0, D9 and 2A. RGB value is (160,217,42). Sum of RGB (Red+Green+Blue) = 160+217+42=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D92A is #5F26D5. Grayscale: #B4B4B4. Windows color (decimal): -6235862 or 2808224. OLE color: 2808224.
HSL color Cylindrical-coordinate representation of color #A0D92A: hue angle of 79.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0D92A is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 42 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.15 |
| HSL | 79.54º | 0.7% | 0.51% | - |
| HSV(B) | 79.54º | 0.81% | 0.85% | - |
| XYZ | 39.73 | 57.27 | 11.15 | - |
| YUV | 180.01 | 50.12 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 42 | 0.26 | 0 | 0.81 | 0.15 | 79.54 | 0.7 | 0.51 |
| Hex | A0 | D9 | 2A | 1A | 0 | 51 | F | 50 | 46 | 33 |
| Octal | 240 | 331 | 52 | 32 | 0 | 121 | 17 | 120 | 106 | 63 |
| Binary | 10100000 | 11011001 | 101010 | 11010 | 0 | 1010001 | 1111 | 1010000 | 1000110 | 110011 |
Color Harmonies of #A0D92A
Complementary color
Monochromatic Colors of #A0D92A
Black with #A0D92A
Text Example
Text Example
White with #A0D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D92A; }
p { color: rgb(160,217,42); }
H1.HeaderClassName
{
color: #A0D92A;
}
.AnyTagClassName
{
color: #A0D92A;
}
</style>
background-color css
<style>
a { background-color: #A0D92A; }
a { background-color: rgb(160,217,42); }
div.DivClassName
{
background-color: #A0D92A;
}
.BgClassName
{
background-color: #A0D92A;
}
</style>
border-color css
<style>
span { border-color: #A0D92A; }
span { border-color: rgb(160,217,42); }
td.TdClassName
{
border-color: #A0D92A;
}
.TagClassName
{
border-color: #A0D92A;
}
</style>