Shades of Yellow Green #A2CB2D
Tints of Yellow Green #A2CB2D
RGB
CMYK
RGB Variations
Color information
#A2CB2D (or 0xA2CB2D) is known color: Yellow Green. HEX triplet: A2, CB and 2D. RGB value is (162,203,45). Sum of RGB (Red+Green+Blue) = 162+203+45=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB2D is #5D34D2. Grayscale: #ADADAD. Windows color (decimal): -6108371 or 3001250. OLE color: 3001250.
HSL color Cylindrical-coordinate representation of color #A2CB2D: hue angle of 75.57º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2CB2D is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 45 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.20 |
| HSL | 75.57º | 0.64% | 0.49% | - |
| HSV(B) | 75.57º | 0.78% | 0.8% | - |
| XYZ | 36.73 | 50.58 | 10.31 | - |
| YUV | 172.73 | 55.92 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 45 | 0.20 | 0 | 0.78 | 0.20 | 75.57 | 0.64 | 0.49 |
| Hex | A2 | CB | 2D | 14 | 0 | 4E | 14 | 4C | 40 | 31 |
| Octal | 242 | 313 | 55 | 24 | 0 | 116 | 24 | 114 | 100 | 61 |
| Binary | 10100010 | 11001011 | 101101 | 10100 | 0 | 1001110 | 10100 | 1001100 | 1000000 | 110001 |
Color Harmonies of #A2CB2D
Complementary color
Monochromatic Colors of #A2CB2D
Black with #A2CB2D
Text Example
Text Example
White with #A2CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB2D; }
p { color: rgb(162,203,45); }
H1.HeaderClassName
{
color: #A2CB2D;
}
.AnyTagClassName
{
color: #A2CB2D;
}
</style>
background-color css
<style>
a { background-color: #A2CB2D; }
a { background-color: rgb(162,203,45); }
div.DivClassName
{
background-color: #A2CB2D;
}
.BgClassName
{
background-color: #A2CB2D;
}
</style>
border-color css
<style>
span { border-color: #A2CB2D; }
span { border-color: rgb(162,203,45); }
td.TdClassName
{
border-color: #A2CB2D;
}
.TagClassName
{
border-color: #A2CB2D;
}
</style>