Shades of Yellow Green #A6D12D
Tints of Yellow Green #A6D12D
RGB
CMYK
RGB Variations
Color information
#A6D12D (or 0xA6D12D) is known color: Yellow Green. HEX triplet: A6, D1 and 2D. RGB value is (166,209,45). Sum of RGB (Red+Green+Blue) = 166+209+45=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D12D is #592ED2. Grayscale: #B2B2B2. Windows color (decimal): -5844691 or 3002790. OLE color: 3002790.
HSL color Cylindrical-coordinate representation of color #A6D12D: hue angle of 75.73º degrees, saturation: 0.65, 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 #A6D12D is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 45 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.18 |
| HSL | 75.73º | 0.65% | 0.5% | - |
| HSV(B) | 75.73º | 0.78% | 0.82% | - |
| XYZ | 39 | 53.9 | 10.83 | - |
| YUV | 177.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 45 | 0.21 | 0 | 0.78 | 0.18 | 75.73 | 0.65 | 0.5 |
| Hex | A6 | D1 | 2D | 15 | 0 | 4E | 12 | 4C | 41 | 32 |
| Octal | 246 | 321 | 55 | 25 | 0 | 116 | 22 | 114 | 101 | 62 |
| Binary | 10100110 | 11010001 | 101101 | 10101 | 0 | 1001110 | 10010 | 1001100 | 1000001 | 110010 |
Color Harmonies of #A6D12D
Complementary color
Monochromatic Colors of #A6D12D
Black with #A6D12D
Text Example
Text Example
White with #A6D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D12D; }
p { color: rgb(166,209,45); }
H1.HeaderClassName
{
color: #A6D12D;
}
.AnyTagClassName
{
color: #A6D12D;
}
</style>
background-color css
<style>
a { background-color: #A6D12D; }
a { background-color: rgb(166,209,45); }
div.DivClassName
{
background-color: #A6D12D;
}
.BgClassName
{
background-color: #A6D12D;
}
</style>
border-color css
<style>
span { border-color: #A6D12D; }
span { border-color: rgb(166,209,45); }
td.TdClassName
{
border-color: #A6D12D;
}
.TagClassName
{
border-color: #A6D12D;
}
</style>