Shades of Yellow Green #A0C130
Tints of Yellow Green #A0C130
RGB
CMYK
RGB Variations
Color information
#A0C130 (or 0xA0C130) is known color: Yellow Green. HEX triplet: A0, C1 and 30. RGB value is (160,193,48). Sum of RGB (Red+Green+Blue) = 160+193+48=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C130 is #5F3ECF. Grayscale: #A7A7A7. Windows color (decimal): -6242000 or 3195296. OLE color: 3195296.
HSL color Cylindrical-coordinate representation of color #A0C130: hue angle of 73.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0C130 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 48 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.24 |
| HSL | 73.66º | 0.6% | 0.47% | - |
| HSV(B) | 73.66º | 0.75% | 0.76% | - |
| XYZ | 34.1 | 45.83 | 9.84 | - |
| YUV | 166.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 48 | 0.17 | 0 | 0.75 | 0.24 | 73.66 | 0.6 | 0.47 |
| Hex | A0 | C1 | 30 | 11 | 0 | 4B | 18 | 4A | 3C | 2F |
| Octal | 240 | 301 | 60 | 21 | 0 | 113 | 30 | 112 | 74 | 57 |
| Binary | 10100000 | 11000001 | 110000 | 10001 | 0 | 1001011 | 11000 | 1001010 | 111100 | 101111 |
Color Harmonies of #A0C130
Complementary color
Monochromatic Colors of #A0C130
Black with #A0C130
Text Example
Text Example
White with #A0C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C130; }
p { color: rgb(160,193,48); }
H1.HeaderClassName
{
color: #A0C130;
}
.AnyTagClassName
{
color: #A0C130;
}
</style>
background-color css
<style>
a { background-color: #A0C130; }
a { background-color: rgb(160,193,48); }
div.DivClassName
{
background-color: #A0C130;
}
.BgClassName
{
background-color: #A0C130;
}
</style>
border-color css
<style>
span { border-color: #A0C130; }
span { border-color: rgb(160,193,48); }
td.TdClassName
{
border-color: #A0C130;
}
.TagClassName
{
border-color: #A0C130;
}
</style>