Shades of Yellow Green #A2CE34
Tints of Yellow Green #A2CE34
RGB
CMYK
RGB Variations
Color information
#A2CE34 (or 0xA2CE34) is known color: Yellow Green. HEX triplet: A2, CE and 34. RGB value is (162,206,52). Sum of RGB (Red+Green+Blue) = 162+206+52=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE34 is #5D31CB. Grayscale: #AFAFAF. Windows color (decimal): -6107596 or 3460770. OLE color: 3460770.
HSL color Cylindrical-coordinate representation of color #A2CE34: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2CE34 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 52 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.19 |
| HSL | 77.14º | 0.61% | 0.51% | - |
| HSV(B) | 77.14º | 0.75% | 0.81% | - |
| XYZ | 37.59 | 52.07 | 11.32 | - |
| YUV | 175.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 52 | 0.21 | 0 | 0.75 | 0.19 | 77.14 | 0.61 | 0.51 |
| Hex | A2 | CE | 34 | 15 | 0 | 4B | 13 | 4D | 3D | 33 |
| Octal | 242 | 316 | 64 | 25 | 0 | 113 | 23 | 115 | 75 | 63 |
| Binary | 10100010 | 11001110 | 110100 | 10101 | 0 | 1001011 | 10011 | 1001101 | 111101 | 110011 |
Color Harmonies of #A2CE34
Complementary color
Monochromatic Colors of #A2CE34
Black with #A2CE34
Text Example
Text Example
White with #A2CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE34; }
p { color: rgb(162,206,52); }
H1.HeaderClassName
{
color: #A2CE34;
}
.AnyTagClassName
{
color: #A2CE34;
}
</style>
background-color css
<style>
a { background-color: #A2CE34; }
a { background-color: rgb(162,206,52); }
div.DivClassName
{
background-color: #A2CE34;
}
.BgClassName
{
background-color: #A2CE34;
}
</style>
border-color css
<style>
span { border-color: #A2CE34; }
span { border-color: rgb(162,206,52); }
td.TdClassName
{
border-color: #A2CE34;
}
.TagClassName
{
border-color: #A2CE34;
}
</style>