Shades of Yellow Green #A2D027
Tints of Yellow Green #A2D027
RGB
CMYK
RGB Variations
Color information
#A2D027 (or 0xA2D027) is known color: Yellow Green. HEX triplet: A2, D0 and 27. RGB value is (162,208,39). Sum of RGB (Red+Green+Blue) = 162+208+39=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D027 is #5D2FD8. Grayscale: #AFAFAF. Windows color (decimal): -6107097 or 2609314. OLE color: 2609314.
HSL color Cylindrical-coordinate representation of color #A2D027: hue angle of 76.33º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2D027 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 39 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.18 |
| HSL | 76.33º | 0.68% | 0.48% | - |
| HSV(B) | 76.33º | 0.81% | 0.82% | - |
| XYZ | 37.82 | 52.94 | 10.14 | - |
| YUV | 174.98 | 51.26 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 39 | 0.22 | 0 | 0.81 | 0.18 | 76.33 | 0.68 | 0.48 |
| Hex | A2 | D0 | 27 | 16 | 0 | 51 | 12 | 4C | 44 | 30 |
| Octal | 242 | 320 | 47 | 26 | 0 | 121 | 22 | 114 | 104 | 60 |
| Binary | 10100010 | 11010000 | 100111 | 10110 | 0 | 1010001 | 10010 | 1001100 | 1000100 | 110000 |
Color Harmonies of #A2D027
Complementary color
Monochromatic Colors of #A2D027
Black with #A2D027
Text Example
Text Example
White with #A2D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D027; }
p { color: rgb(162,208,39); }
H1.HeaderClassName
{
color: #A2D027;
}
.AnyTagClassName
{
color: #A2D027;
}
</style>
background-color css
<style>
a { background-color: #A2D027; }
a { background-color: rgb(162,208,39); }
div.DivClassName
{
background-color: #A2D027;
}
.BgClassName
{
background-color: #A2D027;
}
</style>
border-color css
<style>
span { border-color: #A2D027; }
span { border-color: rgb(162,208,39); }
td.TdClassName
{
border-color: #A2D027;
}
.TagClassName
{
border-color: #A2D027;
}
</style>