Shades of Yellow Green #A2CE35
Tints of Yellow Green #A2CE35
RGB
CMYK
RGB Variations
Color information
#A2CE35 (or 0xA2CE35) is known color: Yellow Green. HEX triplet: A2, CE and 35. RGB value is (162,206,53). Sum of RGB (Red+Green+Blue) = 162+206+53=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE35 is #5D31CA. Grayscale: #AFAFAF. Windows color (decimal): -6107595 or 3526306. OLE color: 3526306.
HSL color Cylindrical-coordinate representation of color #A2CE35: hue angle of 77.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2CE35 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 53 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.19 |
| HSL | 77.25º | 0.61% | 0.51% | - |
| HSV(B) | 77.25º | 0.74% | 0.81% | - |
| XYZ | 37.61 | 52.08 | 11.44 | - |
| YUV | 175.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 53 | 0.21 | 0 | 0.74 | 0.19 | 77.25 | 0.61 | 0.51 |
| Hex | A2 | CE | 35 | 15 | 0 | 4A | 13 | 4D | 3D | 33 |
| Octal | 242 | 316 | 65 | 25 | 0 | 112 | 23 | 115 | 75 | 63 |
| Binary | 10100010 | 11001110 | 110101 | 10101 | 0 | 1001010 | 10011 | 1001101 | 111101 | 110011 |
Color Harmonies of #A2CE35
Complementary color
Monochromatic Colors of #A2CE35
Black with #A2CE35
Text Example
Text Example
White with #A2CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE35; }
p { color: rgb(162,206,53); }
H1.HeaderClassName
{
color: #A2CE35;
}
.AnyTagClassName
{
color: #A2CE35;
}
</style>
background-color css
<style>
a { background-color: #A2CE35; }
a { background-color: rgb(162,206,53); }
div.DivClassName
{
background-color: #A2CE35;
}
.BgClassName
{
background-color: #A2CE35;
}
</style>
border-color css
<style>
span { border-color: #A2CE35; }
span { border-color: rgb(162,206,53); }
td.TdClassName
{
border-color: #A2CE35;
}
.TagClassName
{
border-color: #A2CE35;
}
</style>