Shades of Yellow Green #A2CA25
Tints of Yellow Green #A2CA25
RGB
CMYK
RGB Variations
Color information
#A2CA25 (or 0xA2CA25) is known color: Yellow Green. HEX triplet: A2, CA and 25. RGB value is (162,202,37). Sum of RGB (Red+Green+Blue) = 162+202+37=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA25 is #5D35DA. Grayscale: #ABABAB. Windows color (decimal): -6108635 or 2476706. OLE color: 2476706.
HSL color Cylindrical-coordinate representation of color #A2CA25: hue angle of 74.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2CA25 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 37 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.21 |
| HSL | 74.55º | 0.69% | 0.47% | - |
| HSV(B) | 74.55º | 0.82% | 0.79% | - |
| XYZ | 36.35 | 50.06 | 9.5 | - |
| YUV | 171.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 37 | 0.20 | 0 | 0.82 | 0.21 | 74.55 | 0.69 | 0.47 |
| Hex | A2 | CA | 25 | 14 | 0 | 52 | 15 | 4B | 45 | 2F |
| Octal | 242 | 312 | 45 | 24 | 0 | 122 | 25 | 113 | 105 | 57 |
| Binary | 10100010 | 11001010 | 100101 | 10100 | 0 | 1010010 | 10101 | 1001011 | 1000101 | 101111 |
Color Harmonies of #A2CA25
Complementary color
Monochromatic Colors of #A2CA25
Black with #A2CA25
Text Example
Text Example
White with #A2CA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA25; }
p { color: rgb(162,202,37); }
H1.HeaderClassName
{
color: #A2CA25;
}
.AnyTagClassName
{
color: #A2CA25;
}
</style>
background-color css
<style>
a { background-color: #A2CA25; }
a { background-color: rgb(162,202,37); }
div.DivClassName
{
background-color: #A2CA25;
}
.BgClassName
{
background-color: #A2CA25;
}
</style>
border-color css
<style>
span { border-color: #A2CA25; }
span { border-color: rgb(162,202,37); }
td.TdClassName
{
border-color: #A2CA25;
}
.TagClassName
{
border-color: #A2CA25;
}
</style>