Shades of Yellow Green #A2CB2F
Tints of Yellow Green #A2CB2F
RGB
CMYK
RGB Variations
Color information
#A2CB2F (or 0xA2CB2F) is known color: Yellow Green. HEX triplet: A2, CB and 2F. RGB value is (162,203,47). Sum of RGB (Red+Green+Blue) = 162+203+47=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB2F is #5D34D0. Grayscale: #ADADAD. Windows color (decimal): -6108369 or 3132322. OLE color: 3132322.
HSL color Cylindrical-coordinate representation of color #A2CB2F: hue angle of 75.77º degrees, saturation: 0.62, 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 #A2CB2F is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 47 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.20 |
| HSL | 75.77º | 0.62% | 0.49% | - |
| HSV(B) | 75.77º | 0.77% | 0.8% | - |
| XYZ | 36.77 | 50.6 | 10.52 | - |
| YUV | 172.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 47 | 0.20 | 0 | 0.77 | 0.20 | 75.77 | 0.62 | 0.49 |
| Hex | A2 | CB | 2F | 14 | 0 | 4D | 14 | 4C | 3E | 31 |
| Octal | 242 | 313 | 57 | 24 | 0 | 115 | 24 | 114 | 76 | 61 |
| Binary | 10100010 | 11001011 | 101111 | 10100 | 0 | 1001101 | 10100 | 1001100 | 111110 | 110001 |
Color Harmonies of #A2CB2F
Complementary color
Monochromatic Colors of #A2CB2F
Black with #A2CB2F
Text Example
Text Example
White with #A2CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB2F; }
p { color: rgb(162,203,47); }
H1.HeaderClassName
{
color: #A2CB2F;
}
.AnyTagClassName
{
color: #A2CB2F;
}
</style>
background-color css
<style>
a { background-color: #A2CB2F; }
a { background-color: rgb(162,203,47); }
div.DivClassName
{
background-color: #A2CB2F;
}
.BgClassName
{
background-color: #A2CB2F;
}
</style>
border-color css
<style>
span { border-color: #A2CB2F; }
span { border-color: rgb(162,203,47); }
td.TdClassName
{
border-color: #A2CB2F;
}
.TagClassName
{
border-color: #A2CB2F;
}
</style>