Shades of Yellow Green #A0D62B
Tints of Yellow Green #A0D62B
RGB
CMYK
RGB Variations
Color information
#A0D62B (or 0xA0D62B) is known color: Yellow Green. HEX triplet: A0, D6 and 2B. RGB value is (160,214,43). Sum of RGB (Red+Green+Blue) = 160+214+43=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D62B is #5F29D4. Grayscale: #B2B2B2. Windows color (decimal): -6236629 or 2872992. OLE color: 2872992.
HSL color Cylindrical-coordinate representation of color #A0D62B: hue angle of 78.95º degrees, saturation: 0.68, 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 #A0D62B is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 43 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.16 |
| HSL | 78.95º | 0.68% | 0.5% | - |
| HSV(B) | 78.95º | 0.8% | 0.84% | - |
| XYZ | 38.98 | 55.74 | 10.99 | - |
| YUV | 178.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 43 | 0.25 | 0 | 0.80 | 0.16 | 78.95 | 0.68 | 0.5 |
| Hex | A0 | D6 | 2B | 19 | 0 | 50 | 10 | 4F | 44 | 32 |
| Octal | 240 | 326 | 53 | 31 | 0 | 120 | 20 | 117 | 104 | 62 |
| Binary | 10100000 | 11010110 | 101011 | 11001 | 0 | 1010000 | 10000 | 1001111 | 1000100 | 110010 |
Color Harmonies of #A0D62B
Complementary color
Monochromatic Colors of #A0D62B
Black with #A0D62B
Text Example
Text Example
White with #A0D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D62B; }
p { color: rgb(160,214,43); }
H1.HeaderClassName
{
color: #A0D62B;
}
.AnyTagClassName
{
color: #A0D62B;
}
</style>
background-color css
<style>
a { background-color: #A0D62B; }
a { background-color: rgb(160,214,43); }
div.DivClassName
{
background-color: #A0D62B;
}
.BgClassName
{
background-color: #A0D62B;
}
</style>
border-color css
<style>
span { border-color: #A0D62B; }
span { border-color: rgb(160,214,43); }
td.TdClassName
{
border-color: #A0D62B;
}
.TagClassName
{
border-color: #A0D62B;
}
</style>