Shades of Yellow Green #A0D92B
Tints of Yellow Green #A0D92B
RGB
CMYK
RGB Variations
Color information
#A0D92B (or 0xA0D92B) is known color: Yellow Green. HEX triplet: A0, D9 and 2B. RGB value is (160,217,43). Sum of RGB (Red+Green+Blue) = 160+217+43=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D92B is #5F26D4. Grayscale: #B4B4B4. Windows color (decimal): -6235861 or 2873760. OLE color: 2873760.
HSL color Cylindrical-coordinate representation of color #A0D92B: hue angle of 79.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0D92B is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 43 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.15 |
| HSL | 79.66º | 0.7% | 0.51% | - |
| HSV(B) | 79.66º | 0.8% | 0.85% | - |
| XYZ | 39.75 | 57.27 | 11.25 | - |
| YUV | 180.12 | 50.62 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 43 | 0.26 | 0 | 0.80 | 0.15 | 79.66 | 0.7 | 0.51 |
| Hex | A0 | D9 | 2B | 1A | 0 | 50 | F | 50 | 46 | 33 |
| Octal | 240 | 331 | 53 | 32 | 0 | 120 | 17 | 120 | 106 | 63 |
| Binary | 10100000 | 11011001 | 101011 | 11010 | 0 | 1010000 | 1111 | 1010000 | 1000110 | 110011 |
Color Harmonies of #A0D92B
Complementary color
Monochromatic Colors of #A0D92B
Black with #A0D92B
Text Example
Text Example
White with #A0D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D92B; }
p { color: rgb(160,217,43); }
H1.HeaderClassName
{
color: #A0D92B;
}
.AnyTagClassName
{
color: #A0D92B;
}
</style>
background-color css
<style>
a { background-color: #A0D92B; }
a { background-color: rgb(160,217,43); }
div.DivClassName
{
background-color: #A0D92B;
}
.BgClassName
{
background-color: #A0D92B;
}
</style>
border-color css
<style>
span { border-color: #A0D92B; }
span { border-color: rgb(160,217,43); }
td.TdClassName
{
border-color: #A0D92B;
}
.TagClassName
{
border-color: #A0D92B;
}
</style>