Shades of Yellow Green #A0D52B
Tints of Yellow Green #A0D52B
RGB
CMYK
RGB Variations
Color information
#A0D52B (or 0xA0D52B) is known color: Yellow Green. HEX triplet: A0, D5 and 2B. RGB value is (160,213,43). Sum of RGB (Red+Green+Blue) = 160+213+43=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D52B is #5F2AD4. Grayscale: #B2B2B2. Windows color (decimal): -6236885 or 2872736. OLE color: 2872736.
HSL color Cylindrical-coordinate representation of color #A0D52B: hue angle of 78.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0D52B is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 43 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.16 |
| HSL | 78.71º | 0.67% | 0.5% | - |
| HSV(B) | 78.71º | 0.8% | 0.84% | - |
| XYZ | 38.73 | 55.24 | 10.91 | - |
| YUV | 177.77 | 51.94 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 43 | 0.25 | 0 | 0.80 | 0.16 | 78.71 | 0.67 | 0.5 |
| Hex | A0 | D5 | 2B | 19 | 0 | 50 | 10 | 4F | 43 | 32 |
| Octal | 240 | 325 | 53 | 31 | 0 | 120 | 20 | 117 | 103 | 62 |
| Binary | 10100000 | 11010101 | 101011 | 11001 | 0 | 1010000 | 10000 | 1001111 | 1000011 | 110010 |
Color Harmonies of #A0D52B
Complementary color
Monochromatic Colors of #A0D52B
Black with #A0D52B
Text Example
Text Example
White with #A0D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D52B; }
p { color: rgb(160,213,43); }
H1.HeaderClassName
{
color: #A0D52B;
}
.AnyTagClassName
{
color: #A0D52B;
}
</style>
background-color css
<style>
a { background-color: #A0D52B; }
a { background-color: rgb(160,213,43); }
div.DivClassName
{
background-color: #A0D52B;
}
.BgClassName
{
background-color: #A0D52B;
}
</style>
border-color css
<style>
span { border-color: #A0D52B; }
span { border-color: rgb(160,213,43); }
td.TdClassName
{
border-color: #A0D52B;
}
.TagClassName
{
border-color: #A0D52B;
}
</style>