Shades of Yellow Green #A0D327
Tints of Yellow Green #A0D327
RGB
CMYK
RGB Variations
Color information
#A0D327 (or 0xA0D327) is known color: Yellow Green. HEX triplet: A0, D3 and 27. RGB value is (160,211,39). Sum of RGB (Red+Green+Blue) = 160+211+39=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D327 is #5F2CD8. Grayscale: #B0B0B0. Windows color (decimal): -6237401 or 2610080. OLE color: 2610080.
HSL color Cylindrical-coordinate representation of color #A0D327: hue angle of 77.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0D327 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 39 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.17 |
| HSL | 77.79º | 0.69% | 0.49% | - |
| HSV(B) | 77.79º | 0.82% | 0.83% | - |
| XYZ | 38.16 | 54.21 | 10.37 | - |
| YUV | 176.14 | 50.6 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 39 | 0.24 | 0 | 0.82 | 0.17 | 77.79 | 0.69 | 0.49 |
| Hex | A0 | D3 | 27 | 18 | 0 | 52 | 11 | 4E | 45 | 31 |
| Octal | 240 | 323 | 47 | 30 | 0 | 122 | 21 | 116 | 105 | 61 |
| Binary | 10100000 | 11010011 | 100111 | 11000 | 0 | 1010010 | 10001 | 1001110 | 1000101 | 110001 |
Color Harmonies of #A0D327
Complementary color
Monochromatic Colors of #A0D327
Black with #A0D327
Text Example
Text Example
White with #A0D327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D327; }
p { color: rgb(160,211,39); }
H1.HeaderClassName
{
color: #A0D327;
}
.AnyTagClassName
{
color: #A0D327;
}
</style>
background-color css
<style>
a { background-color: #A0D327; }
a { background-color: rgb(160,211,39); }
div.DivClassName
{
background-color: #A0D327;
}
.BgClassName
{
background-color: #A0D327;
}
</style>
border-color css
<style>
span { border-color: #A0D327; }
span { border-color: rgb(160,211,39); }
td.TdClassName
{
border-color: #A0D327;
}
.TagClassName
{
border-color: #A0D327;
}
</style>