Shades of Yellow Green #A2CA2D
Tints of Yellow Green #A2CA2D
RGB
CMYK
RGB Variations
Color information
#A2CA2D (or 0xA2CA2D) is known color: Yellow Green. HEX triplet: A2, CA and 2D. RGB value is (162,202,45). Sum of RGB (Red+Green+Blue) = 162+202+45=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA2D is #5D35D2. Grayscale: #ACACAC. Windows color (decimal): -6108627 or 3000994. OLE color: 3000994.
HSL color Cylindrical-coordinate representation of color #A2CA2D: hue angle of 75.29º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2CA2D is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 45 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.21 |
| HSL | 75.29º | 0.64% | 0.48% | - |
| HSV(B) | 75.29º | 0.78% | 0.79% | - |
| XYZ | 36.49 | 50.11 | 10.23 | - |
| YUV | 172.14 | 56.25 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 45 | 0.20 | 0 | 0.78 | 0.21 | 75.29 | 0.64 | 0.48 |
| Hex | A2 | CA | 2D | 14 | 0 | 4E | 15 | 4B | 40 | 30 |
| Octal | 242 | 312 | 55 | 24 | 0 | 116 | 25 | 113 | 100 | 60 |
| Binary | 10100010 | 11001010 | 101101 | 10100 | 0 | 1001110 | 10101 | 1001011 | 1000000 | 110000 |
Color Harmonies of #A2CA2D
Complementary color
Monochromatic Colors of #A2CA2D
Black with #A2CA2D
Text Example
Text Example
White with #A2CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA2D; }
p { color: rgb(162,202,45); }
H1.HeaderClassName
{
color: #A2CA2D;
}
.AnyTagClassName
{
color: #A2CA2D;
}
</style>
background-color css
<style>
a { background-color: #A2CA2D; }
a { background-color: rgb(162,202,45); }
div.DivClassName
{
background-color: #A2CA2D;
}
.BgClassName
{
background-color: #A2CA2D;
}
</style>
border-color css
<style>
span { border-color: #A2CA2D; }
span { border-color: rgb(162,202,45); }
td.TdClassName
{
border-color: #A2CA2D;
}
.TagClassName
{
border-color: #A2CA2D;
}
</style>