Shades of Yellow Green #A0C938
Tints of Yellow Green #A0C938
RGB
CMYK
RGB Variations
Color information
#A0C938 (or 0xA0C938) is known color: Yellow Green. HEX triplet: A0, C9 and 38. RGB value is (160,201,56). Sum of RGB (Red+Green+Blue) = 160+201+56=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C938 is #5F36C7. Grayscale: #ACACAC. Windows color (decimal): -6239944 or 3721632. OLE color: 3721632.
HSL color Cylindrical-coordinate representation of color #A0C938: hue angle of 76.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0C938 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 56 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.21 |
| HSL | 76.97º | 0.57% | 0.5% | - |
| HSV(B) | 76.97º | 0.72% | 0.79% | - |
| XYZ | 36.1 | 49.53 | 11.4 | - |
| YUV | 172.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 56 | 0.20 | 0 | 0.72 | 0.21 | 76.97 | 0.57 | 0.5 |
| Hex | A0 | C9 | 38 | 14 | 0 | 48 | 15 | 4D | 39 | 32 |
| Octal | 240 | 311 | 70 | 24 | 0 | 110 | 25 | 115 | 71 | 62 |
| Binary | 10100000 | 11001001 | 111000 | 10100 | 0 | 1001000 | 10101 | 1001101 | 111001 | 110010 |
Color Harmonies of #A0C938
Complementary color
Monochromatic Colors of #A0C938
Black with #A0C938
Text Example
Text Example
White with #A0C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C938; }
p { color: rgb(160,201,56); }
H1.HeaderClassName
{
color: #A0C938;
}
.AnyTagClassName
{
color: #A0C938;
}
</style>
background-color css
<style>
a { background-color: #A0C938; }
a { background-color: rgb(160,201,56); }
div.DivClassName
{
background-color: #A0C938;
}
.BgClassName
{
background-color: #A0C938;
}
</style>
border-color css
<style>
span { border-color: #A0C938; }
span { border-color: rgb(160,201,56); }
td.TdClassName
{
border-color: #A0C938;
}
.TagClassName
{
border-color: #A0C938;
}
</style>