Shades of Yellow Green #A2CE2C
Tints of Yellow Green #A2CE2C
RGB
CMYK
RGB Variations
Color information
#A2CE2C (or 0xA2CE2C) is known color: Yellow Green. HEX triplet: A2, CE and 2C. RGB value is (162,206,44). Sum of RGB (Red+Green+Blue) = 162+206+44=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE2C is #5D31D3. Grayscale: #AEAEAE. Windows color (decimal): -6107604 or 2936482. OLE color: 2936482.
HSL color Cylindrical-coordinate representation of color #A2CE2C: hue angle of 76.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2CE2C is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 44 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.19 |
| HSL | 76.3º | 0.65% | 0.49% | - |
| HSV(B) | 76.3º | 0.79% | 0.81% | - |
| XYZ | 37.43 | 52.01 | 10.45 | - |
| YUV | 174.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 44 | 0.21 | 0 | 0.79 | 0.19 | 76.3 | 0.65 | 0.49 |
| Hex | A2 | CE | 2C | 15 | 0 | 4F | 13 | 4C | 41 | 31 |
| Octal | 242 | 316 | 54 | 25 | 0 | 117 | 23 | 114 | 101 | 61 |
| Binary | 10100010 | 11001110 | 101100 | 10101 | 0 | 1001111 | 10011 | 1001100 | 1000001 | 110001 |
Color Harmonies of #A2CE2C
Complementary color
Monochromatic Colors of #A2CE2C
Black with #A2CE2C
Text Example
Text Example
White with #A2CE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE2C; }
p { color: rgb(162,206,44); }
H1.HeaderClassName
{
color: #A2CE2C;
}
.AnyTagClassName
{
color: #A2CE2C;
}
</style>
background-color css
<style>
a { background-color: #A2CE2C; }
a { background-color: rgb(162,206,44); }
div.DivClassName
{
background-color: #A2CE2C;
}
.BgClassName
{
background-color: #A2CE2C;
}
</style>
border-color css
<style>
span { border-color: #A2CE2C; }
span { border-color: rgb(162,206,44); }
td.TdClassName
{
border-color: #A2CE2C;
}
.TagClassName
{
border-color: #A2CE2C;
}
</style>