Shades of Yellow Green #A0D927
Tints of Yellow Green #A0D927
RGB
CMYK
RGB Variations
Color information
#A0D927 (or 0xA0D927) is known color: Yellow Green. HEX triplet: A0, D9 and 27. RGB value is (160,217,39). Sum of RGB (Red+Green+Blue) = 160+217+39=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D927 is #5F26D8. Grayscale: #B4B4B4. Windows color (decimal): -6235865 or 2611616. OLE color: 2611616.
HSL color Cylindrical-coordinate representation of color #A0D927: hue angle of 79.21º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0D927 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 39 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.15 |
| HSL | 79.21º | 0.7% | 0.5% | - |
| HSV(B) | 79.21º | 0.82% | 0.85% | - |
| XYZ | 39.68 | 57.25 | 10.88 | - |
| YUV | 179.67 | 48.62 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 39 | 0.26 | 0 | 0.82 | 0.15 | 79.21 | 0.7 | 0.5 |
| Hex | A0 | D9 | 27 | 1A | 0 | 52 | F | 4F | 46 | 32 |
| Octal | 240 | 331 | 47 | 32 | 0 | 122 | 17 | 117 | 106 | 62 |
| Binary | 10100000 | 11011001 | 100111 | 11010 | 0 | 1010010 | 1111 | 1001111 | 1000110 | 110010 |
Color Harmonies of #A0D927
Complementary color
Monochromatic Colors of #A0D927
Black with #A0D927
Text Example
Text Example
White with #A0D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D927; }
p { color: rgb(160,217,39); }
H1.HeaderClassName
{
color: #A0D927;
}
.AnyTagClassName
{
color: #A0D927;
}
</style>
background-color css
<style>
a { background-color: #A0D927; }
a { background-color: rgb(160,217,39); }
div.DivClassName
{
background-color: #A0D927;
}
.BgClassName
{
background-color: #A0D927;
}
</style>
border-color css
<style>
span { border-color: #A0D927; }
span { border-color: rgb(160,217,39); }
td.TdClassName
{
border-color: #A0D927;
}
.TagClassName
{
border-color: #A0D927;
}
</style>