Shades of Yellow Green #A0D926
Tints of Yellow Green #A0D926
RGB
CMYK
RGB Variations
Color information
#A0D926 (or 0xA0D926) is known color: Yellow Green. HEX triplet: A0, D9 and 26. RGB value is (160,217,38). Sum of RGB (Red+Green+Blue) = 160+217+38=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D926 is #5F26D9. Grayscale: #B4B4B4. Windows color (decimal): -6235866 or 2546080. OLE color: 2546080.
HSL color Cylindrical-coordinate representation of color #A0D926: hue angle of 79.11º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0D926 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 38 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.15 |
| HSL | 79.11º | 0.7% | 0.5% | - |
| HSV(B) | 79.11º | 0.82% | 0.85% | - |
| XYZ | 39.66 | 57.24 | 10.79 | - |
| YUV | 179.55 | 48.12 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 38 | 0.26 | 0 | 0.82 | 0.15 | 79.11 | 0.7 | 0.5 |
| Hex | A0 | D9 | 26 | 1A | 0 | 52 | F | 4F | 46 | 32 |
| Octal | 240 | 331 | 46 | 32 | 0 | 122 | 17 | 117 | 106 | 62 |
| Binary | 10100000 | 11011001 | 100110 | 11010 | 0 | 1010010 | 1111 | 1001111 | 1000110 | 110010 |
Color Harmonies of #A0D926
Complementary color
Monochromatic Colors of #A0D926
Black with #A0D926
Text Example
Text Example
White with #A0D926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D926; }
p { color: rgb(160,217,38); }
H1.HeaderClassName
{
color: #A0D926;
}
.AnyTagClassName
{
color: #A0D926;
}
</style>
background-color css
<style>
a { background-color: #A0D926; }
a { background-color: rgb(160,217,38); }
div.DivClassName
{
background-color: #A0D926;
}
.BgClassName
{
background-color: #A0D926;
}
</style>
border-color css
<style>
span { border-color: #A0D926; }
span { border-color: rgb(160,217,38); }
td.TdClassName
{
border-color: #A0D926;
}
.TagClassName
{
border-color: #A0D926;
}
</style>