Shades of Yellow Green #A0D12F
Tints of Yellow Green #A0D12F
RGB
CMYK
RGB Variations
Color information
#A0D12F (or 0xA0D12F) is known color: Yellow Green. HEX triplet: A0, D1 and 2F. RGB value is (160,209,47). Sum of RGB (Red+Green+Blue) = 160+209+47=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D12F is #5F2ED0. Grayscale: #B0B0B0. Windows color (decimal): -6237905 or 3133856. OLE color: 3133856.
HSL color Cylindrical-coordinate representation of color #A0D12F: hue angle of 78.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0D12F is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 47 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.18 |
| HSL | 78.15º | 0.64% | 0.5% | - |
| HSV(B) | 78.15º | 0.78% | 0.82% | - |
| XYZ | 37.81 | 53.28 | 10.98 | - |
| YUV | 175.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 47 | 0.23 | 0 | 0.78 | 0.18 | 78.15 | 0.64 | 0.5 |
| Hex | A0 | D1 | 2F | 17 | 0 | 4E | 12 | 4E | 40 | 32 |
| Octal | 240 | 321 | 57 | 27 | 0 | 116 | 22 | 116 | 100 | 62 |
| Binary | 10100000 | 11010001 | 101111 | 10111 | 0 | 1001110 | 10010 | 1001110 | 1000000 | 110010 |
Color Harmonies of #A0D12F
Complementary color
Monochromatic Colors of #A0D12F
Black with #A0D12F
Text Example
Text Example
White with #A0D12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D12F; }
p { color: rgb(160,209,47); }
H1.HeaderClassName
{
color: #A0D12F;
}
.AnyTagClassName
{
color: #A0D12F;
}
</style>
background-color css
<style>
a { background-color: #A0D12F; }
a { background-color: rgb(160,209,47); }
div.DivClassName
{
background-color: #A0D12F;
}
.BgClassName
{
background-color: #A0D12F;
}
</style>
border-color css
<style>
span { border-color: #A0D12F; }
span { border-color: rgb(160,209,47); }
td.TdClassName
{
border-color: #A0D12F;
}
.TagClassName
{
border-color: #A0D12F;
}
</style>