Shades of Yellow Green #A6D12E
Tints of Yellow Green #A6D12E
RGB
CMYK
RGB Variations
Color information
#A6D12E (or 0xA6D12E) is known color: Yellow Green. HEX triplet: A6, D1 and 2E. RGB value is (166,209,46). Sum of RGB (Red+Green+Blue) = 166+209+46=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D12E is #592ED1. Grayscale: #B2B2B2. Windows color (decimal): -5844690 or 3068326. OLE color: 3068326.
HSL color Cylindrical-coordinate representation of color #A6D12E: hue angle of 75.83º 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 #A6D12E is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 46 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.18 |
| HSL | 75.83º | 0.64% | 0.5% | - |
| HSV(B) | 75.83º | 0.78% | 0.82% | - |
| XYZ | 39.02 | 53.91 | 10.93 | - |
| YUV | 177.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 46 | 0.21 | 0 | 0.78 | 0.18 | 75.83 | 0.64 | 0.5 |
| Hex | A6 | D1 | 2E | 15 | 0 | 4E | 12 | 4C | 40 | 32 |
| Octal | 246 | 321 | 56 | 25 | 0 | 116 | 22 | 114 | 100 | 62 |
| Binary | 10100110 | 11010001 | 101110 | 10101 | 0 | 1001110 | 10010 | 1001100 | 1000000 | 110010 |
Color Harmonies of #A6D12E
Complementary color
Monochromatic Colors of #A6D12E
Black with #A6D12E
Text Example
Text Example
White with #A6D12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D12E; }
p { color: rgb(166,209,46); }
H1.HeaderClassName
{
color: #A6D12E;
}
.AnyTagClassName
{
color: #A6D12E;
}
</style>
background-color css
<style>
a { background-color: #A6D12E; }
a { background-color: rgb(166,209,46); }
div.DivClassName
{
background-color: #A6D12E;
}
.BgClassName
{
background-color: #A6D12E;
}
</style>
border-color css
<style>
span { border-color: #A6D12E; }
span { border-color: rgb(166,209,46); }
td.TdClassName
{
border-color: #A6D12E;
}
.TagClassName
{
border-color: #A6D12E;
}
</style>