Shades of Yellow Green #A9DB2A
Tints of Yellow Green #A9DB2A
RGB
CMYK
RGB Variations
Color information
#A9DB2A (or 0xA9DB2A) is known color: Yellow Green. HEX triplet: A9, DB and 2A. RGB value is (169,219,42). Sum of RGB (Red+Green+Blue) = 169+219+42=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DB2A is #5624D5. Grayscale: #B8B8B8. Windows color (decimal): -5645526 or 2808745. OLE color: 2808745.
HSL color Cylindrical-coordinate representation of color #A9DB2A: hue angle of 76.95º 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 #A9DB2A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 42 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.14 |
| HSL | 76.95º | 0.71% | 0.51% | - |
| HSV(B) | 76.95º | 0.81% | 0.86% | - |
| XYZ | 42.11 | 59.27 | 11.41 | - |
| YUV | 183.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 42 | 0.23 | 0 | 0.81 | 0.14 | 76.95 | 0.71 | 0.51 |
| Hex | A9 | DB | 2A | 17 | 0 | 51 | E | 4D | 47 | 33 |
| Octal | 251 | 333 | 52 | 27 | 0 | 121 | 16 | 115 | 107 | 63 |
| Binary | 10101001 | 11011011 | 101010 | 10111 | 0 | 1010001 | 1110 | 1001101 | 1000111 | 110011 |
Color Harmonies of #A9DB2A
Complementary color
Monochromatic Colors of #A9DB2A
Black with #A9DB2A
Text Example
Text Example
White with #A9DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB2A; }
p { color: rgb(169,219,42); }
H1.HeaderClassName
{
color: #A9DB2A;
}
.AnyTagClassName
{
color: #A9DB2A;
}
</style>
background-color css
<style>
a { background-color: #A9DB2A; }
a { background-color: rgb(169,219,42); }
div.DivClassName
{
background-color: #A9DB2A;
}
.BgClassName
{
background-color: #A9DB2A;
}
</style>
border-color css
<style>
span { border-color: #A9DB2A; }
span { border-color: rgb(169,219,42); }
td.TdClassName
{
border-color: #A9DB2A;
}
.TagClassName
{
border-color: #A9DB2A;
}
</style>