Shades of Yellow Green #A2CA34
Tints of Yellow Green #A2CA34
RGB
CMYK
RGB Variations
Color information
#A2CA34 (or 0xA2CA34) is known color: Yellow Green. HEX triplet: A2, CA and 34. RGB value is (162,202,52). Sum of RGB (Red+Green+Blue) = 162+202+52=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA34 is #5D35CB. Grayscale: #ADADAD. Windows color (decimal): -6108620 or 3459746. OLE color: 3459746.
HSL color Cylindrical-coordinate representation of color #A2CA34: hue angle of 76º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2CA34 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 52 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.21 |
| HSL | 76º | 0.59% | 0.5% | - |
| HSV(B) | 76º | 0.74% | 0.79% | - |
| XYZ | 36.64 | 50.17 | 11 | - |
| YUV | 172.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 52 | 0.20 | 0 | 0.74 | 0.21 | 76 | 0.59 | 0.5 |
| Hex | A2 | CA | 34 | 14 | 0 | 4A | 15 | 4C | 3B | 32 |
| Octal | 242 | 312 | 64 | 24 | 0 | 112 | 25 | 114 | 73 | 62 |
| Binary | 10100010 | 11001010 | 110100 | 10100 | 0 | 1001010 | 10101 | 1001100 | 111011 | 110010 |
Color Harmonies of #A2CA34
Complementary color
Monochromatic Colors of #A2CA34
Black with #A2CA34
Text Example
Text Example
White with #A2CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA34; }
p { color: rgb(162,202,52); }
H1.HeaderClassName
{
color: #A2CA34;
}
.AnyTagClassName
{
color: #A2CA34;
}
</style>
background-color css
<style>
a { background-color: #A2CA34; }
a { background-color: rgb(162,202,52); }
div.DivClassName
{
background-color: #A2CA34;
}
.BgClassName
{
background-color: #A2CA34;
}
</style>
border-color css
<style>
span { border-color: #A2CA34; }
span { border-color: rgb(162,202,52); }
td.TdClassName
{
border-color: #A2CA34;
}
.TagClassName
{
border-color: #A2CA34;
}
</style>