Shades of Yellow Green #A6D62A
Tints of Yellow Green #A6D62A
RGB
CMYK
RGB Variations
Color information
#A6D62A (or 0xA6D62A) is known color: Yellow Green. HEX triplet: A6, D6 and 2A. RGB value is (166,214,42). Sum of RGB (Red+Green+Blue) = 166+214+42=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D62A is #5929D5. Grayscale: #B4B4B4. Windows color (decimal): -5843414 or 2807462. OLE color: 2807462.
HSL color Cylindrical-coordinate representation of color #A6D62A: hue angle of 76.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6D62A is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 42 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.16 |
| HSL | 76.74º | 0.68% | 0.5% | - |
| HSV(B) | 76.74º | 0.8% | 0.84% | - |
| XYZ | 40.19 | 56.37 | 10.95 | - |
| YUV | 180.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 42 | 0.22 | 0 | 0.80 | 0.16 | 76.74 | 0.68 | 0.5 |
| Hex | A6 | D6 | 2A | 16 | 0 | 50 | 10 | 4D | 44 | 32 |
| Octal | 246 | 326 | 52 | 26 | 0 | 120 | 20 | 115 | 104 | 62 |
| Binary | 10100110 | 11010110 | 101010 | 10110 | 0 | 1010000 | 10000 | 1001101 | 1000100 | 110010 |
Color Harmonies of #A6D62A
Complementary color
Monochromatic Colors of #A6D62A
Black with #A6D62A
Text Example
Text Example
White with #A6D62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D62A; }
p { color: rgb(166,214,42); }
H1.HeaderClassName
{
color: #A6D62A;
}
.AnyTagClassName
{
color: #A6D62A;
}
</style>
background-color css
<style>
a { background-color: #A6D62A; }
a { background-color: rgb(166,214,42); }
div.DivClassName
{
background-color: #A6D62A;
}
.BgClassName
{
background-color: #A6D62A;
}
</style>
border-color css
<style>
span { border-color: #A6D62A; }
span { border-color: rgb(166,214,42); }
td.TdClassName
{
border-color: #A6D62A;
}
.TagClassName
{
border-color: #A6D62A;
}
</style>