Shades of Yellow Green #A2CB2E
Tints of Yellow Green #A2CB2E
RGB
CMYK
RGB Variations
Color information
#A2CB2E (or 0xA2CB2E) is known color: Yellow Green. HEX triplet: A2, CB and 2E. RGB value is (162,203,46). Sum of RGB (Red+Green+Blue) = 162+203+46=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB2E is #5D34D1. Grayscale: #ADADAD. Windows color (decimal): -6108370 or 3066786. OLE color: 3066786.
HSL color Cylindrical-coordinate representation of color #A2CB2E: hue angle of 75.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2CB2E is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 46 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.20 |
| HSL | 75.67º | 0.63% | 0.49% | - |
| HSV(B) | 75.67º | 0.77% | 0.8% | - |
| XYZ | 36.75 | 50.59 | 10.41 | - |
| YUV | 172.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 46 | 0.20 | 0 | 0.77 | 0.20 | 75.67 | 0.63 | 0.49 |
| Hex | A2 | CB | 2E | 14 | 0 | 4D | 14 | 4C | 3F | 31 |
| Octal | 242 | 313 | 56 | 24 | 0 | 115 | 24 | 114 | 77 | 61 |
| Binary | 10100010 | 11001011 | 101110 | 10100 | 0 | 1001101 | 10100 | 1001100 | 111111 | 110001 |
Color Harmonies of #A2CB2E
Complementary color
Monochromatic Colors of #A2CB2E
Black with #A2CB2E
Text Example
Text Example
White with #A2CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB2E; }
p { color: rgb(162,203,46); }
H1.HeaderClassName
{
color: #A2CB2E;
}
.AnyTagClassName
{
color: #A2CB2E;
}
</style>
background-color css
<style>
a { background-color: #A2CB2E; }
a { background-color: rgb(162,203,46); }
div.DivClassName
{
background-color: #A2CB2E;
}
.BgClassName
{
background-color: #A2CB2E;
}
</style>
border-color css
<style>
span { border-color: #A2CB2E; }
span { border-color: rgb(162,203,46); }
td.TdClassName
{
border-color: #A2CB2E;
}
.TagClassName
{
border-color: #A2CB2E;
}
</style>