Shades of Yellow Green #A2B83A
Tints of Yellow Green #A2B83A
RGB
CMYK
RGB Variations
Color information
#A2B83A (or 0xA2B83A) is known color: Yellow Green. HEX triplet: A2, B8 and 3A. RGB value is (162,184,58). Sum of RGB (Red+Green+Blue) = 162+184+58=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B83A is #5D47C5. Grayscale: #A3A3A3. Windows color (decimal): -6113222 or 3848354. OLE color: 3848354.
HSL color Cylindrical-coordinate representation of color #A2B83A: hue angle of 70.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2B83A is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 58 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.28 |
| HSL | 70.48º | 0.52% | 0.47% | - |
| HSV(B) | 70.48º | 0.68% | 0.72% | - |
| XYZ | 32.8 | 42.27 | 10.43 | - |
| YUV | 163.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 58 | 0.12 | 0 | 0.68 | 0.28 | 70.48 | 0.52 | 0.47 |
| Hex | A2 | B8 | 3A | C | 0 | 44 | 1C | 46 | 34 | 2F |
| Octal | 242 | 270 | 72 | 14 | 0 | 104 | 34 | 106 | 64 | 57 |
| Binary | 10100010 | 10111000 | 111010 | 1100 | 0 | 1000100 | 11100 | 1000110 | 110100 | 101111 |
Color Harmonies of #A2B83A
Complementary color
Monochromatic Colors of #A2B83A
Black with #A2B83A
Text Example
Text Example
White with #A2B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B83A; }
p { color: rgb(162,184,58); }
H1.HeaderClassName
{
color: #A2B83A;
}
.AnyTagClassName
{
color: #A2B83A;
}
</style>
background-color css
<style>
a { background-color: #A2B83A; }
a { background-color: rgb(162,184,58); }
div.DivClassName
{
background-color: #A2B83A;
}
.BgClassName
{
background-color: #A2B83A;
}
</style>
border-color css
<style>
span { border-color: #A2B83A; }
span { border-color: rgb(162,184,58); }
td.TdClassName
{
border-color: #A2B83A;
}
.TagClassName
{
border-color: #A2B83A;
}
</style>