Shades of Yellow Green #A2DB27
Tints of Yellow Green #A2DB27
RGB
CMYK
RGB Variations
Color information
#A2DB27 (or 0xA2DB27) is known color: Yellow Green. HEX triplet: A2, DB and 27. RGB value is (162,219,39). Sum of RGB (Red+Green+Blue) = 162+219+39=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB27 is #5D24D8. Grayscale: #B6B6B6. Windows color (decimal): -6104281 or 2612130. OLE color: 2612130.
HSL color Cylindrical-coordinate representation of color #A2DB27: hue angle of 79º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2DB27 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 39 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.14 |
| HSL | 79º | 0.71% | 0.51% | - |
| HSV(B) | 79º | 0.82% | 0.86% | - |
| XYZ | 40.6 | 58.49 | 11.07 | - |
| YUV | 181.44 | 47.62 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 39 | 0.26 | 0 | 0.82 | 0.14 | 79 | 0.71 | 0.51 |
| Hex | A2 | DB | 27 | 1A | 0 | 52 | E | 4F | 47 | 33 |
| Octal | 242 | 333 | 47 | 32 | 0 | 122 | 16 | 117 | 107 | 63 |
| Binary | 10100010 | 11011011 | 100111 | 11010 | 0 | 1010010 | 1110 | 1001111 | 1000111 | 110011 |
Color Harmonies of #A2DB27
Complementary color
Monochromatic Colors of #A2DB27
Black with #A2DB27
Text Example
Text Example
White with #A2DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB27; }
p { color: rgb(162,219,39); }
H1.HeaderClassName
{
color: #A2DB27;
}
.AnyTagClassName
{
color: #A2DB27;
}
</style>
background-color css
<style>
a { background-color: #A2DB27; }
a { background-color: rgb(162,219,39); }
div.DivClassName
{
background-color: #A2DB27;
}
.BgClassName
{
background-color: #A2DB27;
}
</style>
border-color css
<style>
span { border-color: #A2DB27; }
span { border-color: rgb(162,219,39); }
td.TdClassName
{
border-color: #A2DB27;
}
.TagClassName
{
border-color: #A2DB27;
}
</style>