Shades of Yellow Green #A2DC2C
Tints of Yellow Green #A2DC2C
RGB
CMYK
RGB Variations
Color information
#A2DC2C (or 0xA2DC2C) is known color: Yellow Green. HEX triplet: A2, DC and 2C. RGB value is (162,220,44). Sum of RGB (Red+Green+Blue) = 162+220+44=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DC2C is #5D23D3. Grayscale: #B7B7B7. Windows color (decimal): -6104020 or 2940066. OLE color: 2940066.
HSL color Cylindrical-coordinate representation of color #A2DC2C: hue angle of 79.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2DC2C is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 44 | - |
| CMYK | 0.26 | 0 | 0.8 | 0.14 |
| HSL | 79.77º | 0.72% | 0.52% | - |
| HSV(B) | 79.77º | 0.8% | 0.86% | - |
| XYZ | 40.95 | 59.05 | 11.62 | - |
| YUV | 182.59 | 49.78 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 44 | 0.26 | 0 | 0.8 | 0.14 | 79.77 | 0.72 | 0.52 |
| Hex | A2 | DC | 2C | 1A | 0 | 50 | E | 50 | 48 | 34 |
| Octal | 242 | 334 | 54 | 32 | 0 | 120 | 16 | 120 | 110 | 64 |
| Binary | 10100010 | 11011100 | 101100 | 11010 | 0 | 1010000 | 1110 | 1010000 | 1001000 | 110100 |
Color Harmonies of #A2DC2C
Complementary color
Monochromatic Colors of #A2DC2C
Black with #A2DC2C
Text Example
Text Example
White with #A2DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC2C; }
p { color: rgb(162,220,44); }
H1.HeaderClassName
{
color: #A2DC2C;
}
.AnyTagClassName
{
color: #A2DC2C;
}
</style>
background-color css
<style>
a { background-color: #A2DC2C; }
a { background-color: rgb(162,220,44); }
div.DivClassName
{
background-color: #A2DC2C;
}
.BgClassName
{
background-color: #A2DC2C;
}
</style>
border-color css
<style>
span { border-color: #A2DC2C; }
span { border-color: rgb(162,220,44); }
td.TdClassName
{
border-color: #A2DC2C;
}
.TagClassName
{
border-color: #A2DC2C;
}
</style>