Shades of Yellow Green #A6DB2A
Tints of Yellow Green #A6DB2A
RGB
CMYK
RGB Variations
Color information
#A6DB2A (or 0xA6DB2A) is known color: Yellow Green. HEX triplet: A6, DB and 2A. RGB value is (166,219,42). Sum of RGB (Red+Green+Blue) = 166+219+42=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB2A is #5924D5. Grayscale: #B7B7B7. Windows color (decimal): -5842134 or 2808742. OLE color: 2808742.
HSL color Cylindrical-coordinate representation of color #A6DB2A: hue angle of 77.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6DB2A is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 42 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.14 |
| HSL | 77.97º | 0.71% | 0.51% | - |
| HSV(B) | 77.97º | 0.81% | 0.86% | - |
| XYZ | 41.48 | 58.94 | 11.38 | - |
| YUV | 182.98 | 48.44 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 42 | 0.24 | 0 | 0.81 | 0.14 | 77.97 | 0.71 | 0.51 |
| Hex | A6 | DB | 2A | 18 | 0 | 51 | E | 4E | 47 | 33 |
| Octal | 246 | 333 | 52 | 30 | 0 | 121 | 16 | 116 | 107 | 63 |
| Binary | 10100110 | 11011011 | 101010 | 11000 | 0 | 1010001 | 1110 | 1001110 | 1000111 | 110011 |
Color Harmonies of #A6DB2A
Complementary color
Monochromatic Colors of #A6DB2A
Black with #A6DB2A
Text Example
Text Example
White with #A6DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB2A; }
p { color: rgb(166,219,42); }
H1.HeaderClassName
{
color: #A6DB2A;
}
.AnyTagClassName
{
color: #A6DB2A;
}
</style>
background-color css
<style>
a { background-color: #A6DB2A; }
a { background-color: rgb(166,219,42); }
div.DivClassName
{
background-color: #A6DB2A;
}
.BgClassName
{
background-color: #A6DB2A;
}
</style>
border-color css
<style>
span { border-color: #A6DB2A; }
span { border-color: rgb(166,219,42); }
td.TdClassName
{
border-color: #A6DB2A;
}
.TagClassName
{
border-color: #A6DB2A;
}
</style>