Shades of Yellow Green #A0D622
Tints of Yellow Green #A0D622
RGB
CMYK
RGB Variations
Color information
#A0D622 (or 0xA0D622) is known color: Yellow Green. HEX triplet: A0, D6 and 22. RGB value is (160,214,34). Sum of RGB (Red+Green+Blue) = 160+214+34=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D622 is #5F29DD. Grayscale: #B2B2B2. Windows color (decimal): -6236638 or 2283168. OLE color: 2283168.
HSL color Cylindrical-coordinate representation of color #A0D622: hue angle of 78º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0D622 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 34 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.16 |
| HSL | 78º | 0.73% | 0.49% | - |
| HSV(B) | 78º | 0.84% | 0.84% | - |
| XYZ | 38.83 | 55.68 | 10.21 | - |
| YUV | 177.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 34 | 0.25 | 0 | 0.84 | 0.16 | 78 | 0.73 | 0.49 |
| Hex | A0 | D6 | 22 | 19 | 0 | 54 | 10 | 4E | 49 | 31 |
| Octal | 240 | 326 | 42 | 31 | 0 | 124 | 20 | 116 | 111 | 61 |
| Binary | 10100000 | 11010110 | 100010 | 11001 | 0 | 1010100 | 10000 | 1001110 | 1001001 | 110001 |
Color Harmonies of #A0D622
Complementary color
Monochromatic Colors of #A0D622
Black with #A0D622
Text Example
Text Example
White with #A0D622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D622; }
p { color: rgb(160,214,34); }
H1.HeaderClassName
{
color: #A0D622;
}
.AnyTagClassName
{
color: #A0D622;
}
</style>
background-color css
<style>
a { background-color: #A0D622; }
a { background-color: rgb(160,214,34); }
div.DivClassName
{
background-color: #A0D622;
}
.BgClassName
{
background-color: #A0D622;
}
</style>
border-color css
<style>
span { border-color: #A0D622; }
span { border-color: rgb(160,214,34); }
td.TdClassName
{
border-color: #A0D622;
}
.TagClassName
{
border-color: #A0D622;
}
</style>