Shades of Yellow Green #A0C135
Tints of Yellow Green #A0C135
RGB
CMYK
RGB Variations
Color information
#A0C135 (or 0xA0C135) is known color: Yellow Green. HEX triplet: A0, C1 and 35. RGB value is (160,193,53). Sum of RGB (Red+Green+Blue) = 160+193+53=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C135 is #5F3ECA. Grayscale: #A7A7A7. Windows color (decimal): -6241995 or 3522976. OLE color: 3522976.
HSL color Cylindrical-coordinate representation of color #A0C135: hue angle of 74.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0C135 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
RGB | 160 | 193 | 53 | - |
CMYK | 0.17 | 0 | 0.73 | 0.24 |
HSL | 74.14º | 0.57% | 0.48% | - |
HSV(B) | 74.14º | 0.73% | 0.76% | - |
XYZ | 34.21 | 45.87 | 10.42 | - |
YUV | 167.17 | 63.57 | 122.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 193 | 53 | 0.17 | 0 | 0.73 | 0.24 | 74.14 | 0.57 | 0.48 |
Hex | A0 | C1 | 35 | 11 | 0 | 49 | 18 | 4A | 39 | 30 |
Octal | 240 | 301 | 65 | 21 | 0 | 111 | 30 | 112 | 71 | 60 |
Binary | 10100000 | 11000001 | 110101 | 10001 | 0 | 1001001 | 11000 | 1001010 | 111001 | 110000 |
Color Harmonies of #A0C135
Complementary color
Monochromatic Colors of #A0C135
Black with #A0C135
Text Example
Text Example
White with #A0C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C135; }
p { color: rgb(160,193,53); }
H1.HeaderClassName
{
color: #A0C135;
}
.AnyTagClassName
{
color: #A0C135;
}
</style>
background-color css
<style>
a { background-color: #A0C135; }
a { background-color: rgb(160,193,53); }
div.DivClassName
{
background-color: #A0C135;
}
.BgClassName
{
background-color: #A0C135;
}
</style>
border-color css
<style>
span { border-color: #A0C135; }
span { border-color: rgb(160,193,53); }
td.TdClassName
{
border-color: #A0C135;
}
.TagClassName
{
border-color: #A0C135;
}
</style>