Shades of Yellow Green #A0CB25
Tints of Yellow Green #A0CB25
RGB
CMYK
RGB Variations
Color information
#A0CB25 (or 0xA0CB25) is known color: Yellow Green. HEX triplet: A0, CB and 25. RGB value is (160,203,37). Sum of RGB (Red+Green+Blue) = 160+203+37=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB25 is #5F34DA. Grayscale: #ABABAB. Windows color (decimal): -6239451 or 2476960. OLE color: 2476960.
HSL color Cylindrical-coordinate representation of color #A0CB25: hue angle of 75.54º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0CB25 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 37 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.20 |
| HSL | 75.54º | 0.69% | 0.47% | - |
| HSV(B) | 75.54º | 0.82% | 0.8% | - |
| XYZ | 36.19 | 50.32 | 9.56 | - |
| YUV | 171.22 | 52.25 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 37 | 0.21 | 0 | 0.82 | 0.20 | 75.54 | 0.69 | 0.47 |
| Hex | A0 | CB | 25 | 15 | 0 | 52 | 14 | 4C | 45 | 2F |
| Octal | 240 | 313 | 45 | 25 | 0 | 122 | 24 | 114 | 105 | 57 |
| Binary | 10100000 | 11001011 | 100101 | 10101 | 0 | 1010010 | 10100 | 1001100 | 1000101 | 101111 |
Color Harmonies of #A0CB25
Complementary color
Monochromatic Colors of #A0CB25
Black with #A0CB25
Text Example
Text Example
White with #A0CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB25; }
p { color: rgb(160,203,37); }
H1.HeaderClassName
{
color: #A0CB25;
}
.AnyTagClassName
{
color: #A0CB25;
}
</style>
background-color css
<style>
a { background-color: #A0CB25; }
a { background-color: rgb(160,203,37); }
div.DivClassName
{
background-color: #A0CB25;
}
.BgClassName
{
background-color: #A0CB25;
}
</style>
border-color css
<style>
span { border-color: #A0CB25; }
span { border-color: rgb(160,203,37); }
td.TdClassName
{
border-color: #A0CB25;
}
.TagClassName
{
border-color: #A0CB25;
}
</style>