Shades of Yellow Green #A0C835
Tints of Yellow Green #A0C835
RGB
CMYK
RGB Variations
Color information
#A0C835 (or 0xA0C835) is known color: Yellow Green. HEX triplet: A0, C8 and 35. RGB value is (160,200,53). Sum of RGB (Red+Green+Blue) = 160+200+53=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C835 is #5F37CA. Grayscale: #ABABAB. Windows color (decimal): -6240203 or 3524768. OLE color: 3524768.
HSL color Cylindrical-coordinate representation of color #A0C835: hue angle of 76.33º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0C835 is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 53 | - |
| CMYK | 0.2 | 0 | 0.74 | 0.22 |
| HSL | 76.33º | 0.58% | 0.5% | - |
| HSV(B) | 76.33º | 0.74% | 0.78% | - |
| XYZ | 35.79 | 49.04 | 10.95 | - |
| YUV | 171.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 53 | 0.2 | 0 | 0.74 | 0.22 | 76.33 | 0.58 | 0.5 |
| Hex | A0 | C8 | 35 | 14 | 0 | 4A | 16 | 4C | 3A | 32 |
| Octal | 240 | 310 | 65 | 24 | 0 | 112 | 26 | 114 | 72 | 62 |
| Binary | 10100000 | 11001000 | 110101 | 10100 | 0 | 1001010 | 10110 | 1001100 | 111010 | 110010 |
Color Harmonies of #A0C835
Complementary color
Monochromatic Colors of #A0C835
Black with #A0C835
Text Example
Text Example
White with #A0C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C835; }
p { color: rgb(160,200,53); }
H1.HeaderClassName
{
color: #A0C835;
}
.AnyTagClassName
{
color: #A0C835;
}
</style>
background-color css
<style>
a { background-color: #A0C835; }
a { background-color: rgb(160,200,53); }
div.DivClassName
{
background-color: #A0C835;
}
.BgClassName
{
background-color: #A0C835;
}
</style>
border-color css
<style>
span { border-color: #A0C835; }
span { border-color: rgb(160,200,53); }
td.TdClassName
{
border-color: #A0C835;
}
.TagClassName
{
border-color: #A0C835;
}
</style>