Shades of Yellow Green #A0CA28
Tints of Yellow Green #A0CA28
RGB
CMYK
RGB Variations
Color information
#A0CA28 (or 0xA0CA28) is known color: Yellow Green. HEX triplet: A0, CA and 28. RGB value is (160,202,40). Sum of RGB (Red+Green+Blue) = 160+202+40=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA28 is #5F35D7. Grayscale: #ABABAB. Windows color (decimal): -6239704 or 2673312. OLE color: 2673312.
HSL color Cylindrical-coordinate representation of color #A0CA28: hue angle of 75.56º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0CA28 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 40 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.21 |
| HSL | 75.56º | 0.67% | 0.47% | - |
| HSV(B) | 75.56º | 0.8% | 0.79% | - |
| XYZ | 36 | 49.87 | 9.74 | - |
| YUV | 170.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 40 | 0.21 | 0 | 0.80 | 0.21 | 75.56 | 0.67 | 0.47 |
| Hex | A0 | CA | 28 | 15 | 0 | 50 | 15 | 4C | 43 | 2F |
| Octal | 240 | 312 | 50 | 25 | 0 | 120 | 25 | 114 | 103 | 57 |
| Binary | 10100000 | 11001010 | 101000 | 10101 | 0 | 1010000 | 10101 | 1001100 | 1000011 | 101111 |
Color Harmonies of #A0CA28
Complementary color
Monochromatic Colors of #A0CA28
Black with #A0CA28
Text Example
Text Example
White with #A0CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA28; }
p { color: rgb(160,202,40); }
H1.HeaderClassName
{
color: #A0CA28;
}
.AnyTagClassName
{
color: #A0CA28;
}
</style>
background-color css
<style>
a { background-color: #A0CA28; }
a { background-color: rgb(160,202,40); }
div.DivClassName
{
background-color: #A0CA28;
}
.BgClassName
{
background-color: #A0CA28;
}
</style>
border-color css
<style>
span { border-color: #A0CA28; }
span { border-color: rgb(160,202,40); }
td.TdClassName
{
border-color: #A0CA28;
}
.TagClassName
{
border-color: #A0CA28;
}
</style>