Shades of Yellow Green #A2D732
Tints of Yellow Green #A2D732
RGB
CMYK
RGB Variations
Color information
#A2D732 (or 0xA2D732) is known color: Yellow Green. HEX triplet: A2, D7 and 32. RGB value is (162,215,50). Sum of RGB (Red+Green+Blue) = 162+215+50=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D732 is #5D28CD. Grayscale: #B4B4B4. Windows color (decimal): -6105294 or 3332002. OLE color: 3332002.
HSL color Cylindrical-coordinate representation of color #A2D732: hue angle of 79.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2D732 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 50 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.16 |
| HSL | 79.27º | 0.67% | 0.52% | - |
| HSV(B) | 79.27º | 0.77% | 0.84% | - |
| XYZ | 39.78 | 56.51 | 11.83 | - |
| YUV | 180.34 | 54.44 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 50 | 0.25 | 0 | 0.77 | 0.16 | 79.27 | 0.67 | 0.52 |
| Hex | A2 | D7 | 32 | 19 | 0 | 4D | 10 | 4F | 43 | 34 |
| Octal | 242 | 327 | 62 | 31 | 0 | 115 | 20 | 117 | 103 | 64 |
| Binary | 10100010 | 11010111 | 110010 | 11001 | 0 | 1001101 | 10000 | 1001111 | 1000011 | 110100 |
Color Harmonies of #A2D732
Complementary color
Monochromatic Colors of #A2D732
Black with #A2D732
Text Example
Text Example
White with #A2D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D732; }
p { color: rgb(162,215,50); }
H1.HeaderClassName
{
color: #A2D732;
}
.AnyTagClassName
{
color: #A2D732;
}
</style>
background-color css
<style>
a { background-color: #A2D732; }
a { background-color: rgb(162,215,50); }
div.DivClassName
{
background-color: #A2D732;
}
.BgClassName
{
background-color: #A2D732;
}
</style>
border-color css
<style>
span { border-color: #A2D732; }
span { border-color: rgb(162,215,50); }
td.TdClassName
{
border-color: #A2D732;
}
.TagClassName
{
border-color: #A2D732;
}
</style>