Shades of Yellow Green #A0D62C
Tints of Yellow Green #A0D62C
RGB
CMYK
RGB Variations
Color information
#A0D62C (or 0xA0D62C) is known color: Yellow Green. HEX triplet: A0, D6 and 2C. RGB value is (160,214,44). Sum of RGB (Red+Green+Blue) = 160+214+44=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D62C is #5F29D3. Grayscale: #B3B3B3. Windows color (decimal): -6236628 or 2938528. OLE color: 2938528.
HSL color Cylindrical-coordinate representation of color #A0D62C: hue angle of 79.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0D62C is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 44 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.16 |
| HSL | 79.06º | 0.67% | 0.51% | - |
| HSV(B) | 79.06º | 0.79% | 0.84% | - |
| XYZ | 39 | 55.75 | 11.09 | - |
| YUV | 178.47 | 52.11 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 44 | 0.25 | 0 | 0.79 | 0.16 | 79.06 | 0.67 | 0.51 |
| Hex | A0 | D6 | 2C | 19 | 0 | 4F | 10 | 4F | 43 | 33 |
| Octal | 240 | 326 | 54 | 31 | 0 | 117 | 20 | 117 | 103 | 63 |
| Binary | 10100000 | 11010110 | 101100 | 11001 | 0 | 1001111 | 10000 | 1001111 | 1000011 | 110011 |
Color Harmonies of #A0D62C
Complementary color
Monochromatic Colors of #A0D62C
Black with #A0D62C
Text Example
Text Example
White with #A0D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D62C; }
p { color: rgb(160,214,44); }
H1.HeaderClassName
{
color: #A0D62C;
}
.AnyTagClassName
{
color: #A0D62C;
}
</style>
background-color css
<style>
a { background-color: #A0D62C; }
a { background-color: rgb(160,214,44); }
div.DivClassName
{
background-color: #A0D62C;
}
.BgClassName
{
background-color: #A0D62C;
}
</style>
border-color css
<style>
span { border-color: #A0D62C; }
span { border-color: rgb(160,214,44); }
td.TdClassName
{
border-color: #A0D62C;
}
.TagClassName
{
border-color: #A0D62C;
}
</style>