Shades of Yellow Green #A0D525
Tints of Yellow Green #A0D525
RGB
CMYK
RGB Variations
Color information
#A0D525 (or 0xA0D525) is known color: Yellow Green. HEX triplet: A0, D5 and 25. RGB value is (160,213,37). Sum of RGB (Red+Green+Blue) = 160+213+37=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D525 is #5F2ADA. Grayscale: #B1B1B1. Windows color (decimal): -6236891 or 2479520. OLE color: 2479520.
HSL color Cylindrical-coordinate representation of color #A0D525: hue angle of 78.07º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0D525 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 37 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.16 |
| HSL | 78.07º | 0.7% | 0.49% | - |
| HSV(B) | 78.07º | 0.83% | 0.84% | - |
| XYZ | 38.63 | 55.2 | 10.37 | - |
| YUV | 177.09 | 48.94 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 37 | 0.25 | 0 | 0.83 | 0.16 | 78.07 | 0.7 | 0.49 |
| Hex | A0 | D5 | 25 | 19 | 0 | 53 | 10 | 4E | 46 | 31 |
| Octal | 240 | 325 | 45 | 31 | 0 | 123 | 20 | 116 | 106 | 61 |
| Binary | 10100000 | 11010101 | 100101 | 11001 | 0 | 1010011 | 10000 | 1001110 | 1000110 | 110001 |
Color Harmonies of #A0D525
Complementary color
Monochromatic Colors of #A0D525
Black with #A0D525
Text Example
Text Example
White with #A0D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D525; }
p { color: rgb(160,213,37); }
H1.HeaderClassName
{
color: #A0D525;
}
.AnyTagClassName
{
color: #A0D525;
}
</style>
background-color css
<style>
a { background-color: #A0D525; }
a { background-color: rgb(160,213,37); }
div.DivClassName
{
background-color: #A0D525;
}
.BgClassName
{
background-color: #A0D525;
}
</style>
border-color css
<style>
span { border-color: #A0D525; }
span { border-color: rgb(160,213,37); }
td.TdClassName
{
border-color: #A0D525;
}
.TagClassName
{
border-color: #A0D525;
}
</style>