Shades of Yellow Green #A2DB2F
Tints of Yellow Green #A2DB2F
RGB
CMYK
RGB Variations
Color information
#A2DB2F (or 0xA2DB2F) is known color: Yellow Green. HEX triplet: A2, DB and 2F. RGB value is (162,219,47). Sum of RGB (Red+Green+Blue) = 162+219+47=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB2F is #5D24D0. Grayscale: #B6B6B6. Windows color (decimal): -6104273 or 3136418. OLE color: 3136418.
HSL color Cylindrical-coordinate representation of color #A2DB2F: hue angle of 79.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2DB2F is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 47 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.14 |
| HSL | 79.88º | 0.7% | 0.52% | - |
| HSV(B) | 79.88º | 0.79% | 0.86% | - |
| XYZ | 40.74 | 58.55 | 11.84 | - |
| YUV | 182.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 47 | 0.26 | 0 | 0.79 | 0.14 | 79.88 | 0.7 | 0.52 |
| Hex | A2 | DB | 2F | 1A | 0 | 4F | E | 50 | 46 | 34 |
| Octal | 242 | 333 | 57 | 32 | 0 | 117 | 16 | 120 | 106 | 64 |
| Binary | 10100010 | 11011011 | 101111 | 11010 | 0 | 1001111 | 1110 | 1010000 | 1000110 | 110100 |
Color Harmonies of #A2DB2F
Complementary color
Monochromatic Colors of #A2DB2F
Black with #A2DB2F
Text Example
Text Example
White with #A2DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB2F; }
p { color: rgb(162,219,47); }
H1.HeaderClassName
{
color: #A2DB2F;
}
.AnyTagClassName
{
color: #A2DB2F;
}
</style>
background-color css
<style>
a { background-color: #A2DB2F; }
a { background-color: rgb(162,219,47); }
div.DivClassName
{
background-color: #A2DB2F;
}
.BgClassName
{
background-color: #A2DB2F;
}
</style>
border-color css
<style>
span { border-color: #A2DB2F; }
span { border-color: rgb(162,219,47); }
td.TdClassName
{
border-color: #A2DB2F;
}
.TagClassName
{
border-color: #A2DB2F;
}
</style>