Shades of Yellow Green #A2D033
Tints of Yellow Green #A2D033
RGB
CMYK
RGB Variations
Color information
#A2D033 (or 0xA2D033) is known color: Yellow Green. HEX triplet: A2, D0 and 33. RGB value is (162,208,51). Sum of RGB (Red+Green+Blue) = 162+208+51=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D033 is #5D2FCC. Grayscale: #B0B0B0. Windows color (decimal): -6107085 or 3395746. OLE color: 3395746.
HSL color Cylindrical-coordinate representation of color #A2D033: hue angle of 77.58º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2D033 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 51 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.18 |
| HSL | 77.58º | 0.63% | 0.51% | - |
| HSV(B) | 77.58º | 0.75% | 0.82% | - |
| XYZ | 38.05 | 53.03 | 11.36 | - |
| YUV | 176.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 51 | 0.22 | 0 | 0.75 | 0.18 | 77.58 | 0.63 | 0.51 |
| Hex | A2 | D0 | 33 | 16 | 0 | 4B | 12 | 4E | 3F | 33 |
| Octal | 242 | 320 | 63 | 26 | 0 | 113 | 22 | 116 | 77 | 63 |
| Binary | 10100010 | 11010000 | 110011 | 10110 | 0 | 1001011 | 10010 | 1001110 | 111111 | 110011 |
Color Harmonies of #A2D033
Complementary color
Monochromatic Colors of #A2D033
Black with #A2D033
Text Example
Text Example
White with #A2D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D033; }
p { color: rgb(162,208,51); }
H1.HeaderClassName
{
color: #A2D033;
}
.AnyTagClassName
{
color: #A2D033;
}
</style>
background-color css
<style>
a { background-color: #A2D033; }
a { background-color: rgb(162,208,51); }
div.DivClassName
{
background-color: #A2D033;
}
.BgClassName
{
background-color: #A2D033;
}
</style>
border-color css
<style>
span { border-color: #A2D033; }
span { border-color: rgb(162,208,51); }
td.TdClassName
{
border-color: #A2D033;
}
.TagClassName
{
border-color: #A2D033;
}
</style>