Shades of Yellow Green #A0CA24
Tints of Yellow Green #A0CA24
RGB
CMYK
RGB Variations
Color information
#A0CA24 (or 0xA0CA24) is known color: Yellow Green. HEX triplet: A0, CA and 24. RGB value is (160,202,36). Sum of RGB (Red+Green+Blue) = 160+202+36=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA24 is #5F35DB. Grayscale: #ABABAB. Windows color (decimal): -6239708 or 2411168. OLE color: 2411168.
HSL color Cylindrical-coordinate representation of color #A0CA24: hue angle of 75.18º degrees, saturation: 0.7, 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 #A0CA24 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 36 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.21 |
| HSL | 75.18º | 0.7% | 0.47% | - |
| HSV(B) | 75.18º | 0.82% | 0.79% | - |
| XYZ | 35.94 | 49.84 | 9.4 | - |
| YUV | 170.52 | 52.09 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 36 | 0.21 | 0 | 0.82 | 0.21 | 75.18 | 0.7 | 0.47 |
| Hex | A0 | CA | 24 | 15 | 0 | 52 | 15 | 4B | 46 | 2F |
| Octal | 240 | 312 | 44 | 25 | 0 | 122 | 25 | 113 | 106 | 57 |
| Binary | 10100000 | 11001010 | 100100 | 10101 | 0 | 1010010 | 10101 | 1001011 | 1000110 | 101111 |
Color Harmonies of #A0CA24
Complementary color
Monochromatic Colors of #A0CA24
Black with #A0CA24
Text Example
Text Example
White with #A0CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA24; }
p { color: rgb(160,202,36); }
H1.HeaderClassName
{
color: #A0CA24;
}
.AnyTagClassName
{
color: #A0CA24;
}
</style>
background-color css
<style>
a { background-color: #A0CA24; }
a { background-color: rgb(160,202,36); }
div.DivClassName
{
background-color: #A0CA24;
}
.BgClassName
{
background-color: #A0CA24;
}
</style>
border-color css
<style>
span { border-color: #A0CA24; }
span { border-color: rgb(160,202,36); }
td.TdClassName
{
border-color: #A0CA24;
}
.TagClassName
{
border-color: #A0CA24;
}
</style>