Shades of Yellow Green #A0D626
Tints of Yellow Green #A0D626
RGB
CMYK
RGB Variations
Color information
#A0D626 (or 0xA0D626) is known color: Yellow Green. HEX triplet: A0, D6 and 26. RGB value is (160,214,38). Sum of RGB (Red+Green+Blue) = 160+214+38=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D626 is #5F29D9. Grayscale: #B2B2B2. Windows color (decimal): -6236634 or 2545312. OLE color: 2545312.
HSL color Cylindrical-coordinate representation of color #A0D626: hue angle of 78.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0D626 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 38 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.16 |
| HSL | 78.41º | 0.7% | 0.49% | - |
| HSV(B) | 78.41º | 0.82% | 0.84% | - |
| XYZ | 38.89 | 55.71 | 10.54 | - |
| YUV | 177.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 38 | 0.25 | 0 | 0.82 | 0.16 | 78.41 | 0.7 | 0.49 |
| Hex | A0 | D6 | 26 | 19 | 0 | 52 | 10 | 4E | 46 | 31 |
| Octal | 240 | 326 | 46 | 31 | 0 | 122 | 20 | 116 | 106 | 61 |
| Binary | 10100000 | 11010110 | 100110 | 11001 | 0 | 1010010 | 10000 | 1001110 | 1000110 | 110001 |
Color Harmonies of #A0D626
Complementary color
Monochromatic Colors of #A0D626
Black with #A0D626
Text Example
Text Example
White with #A0D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D626; }
p { color: rgb(160,214,38); }
H1.HeaderClassName
{
color: #A0D626;
}
.AnyTagClassName
{
color: #A0D626;
}
</style>
background-color css
<style>
a { background-color: #A0D626; }
a { background-color: rgb(160,214,38); }
div.DivClassName
{
background-color: #A0D626;
}
.BgClassName
{
background-color: #A0D626;
}
</style>
border-color css
<style>
span { border-color: #A0D626; }
span { border-color: rgb(160,214,38); }
td.TdClassName
{
border-color: #A0D626;
}
.TagClassName
{
border-color: #A0D626;
}
</style>