Shades of Yellow Green #A0C236
Tints of Yellow Green #A0C236
RGB
CMYK
RGB Variations
Color information
#A0C236 (or 0xA0C236) is known color: Yellow Green. HEX triplet: A0, C2 and 36. RGB value is (160,194,54). Sum of RGB (Red+Green+Blue) = 160+194+54=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C236 is #5F3DC9. Grayscale: #A8A8A8. Windows color (decimal): -6241738 or 3588768. OLE color: 3588768.
HSL color Cylindrical-coordinate representation of color #A0C236: hue angle of 74.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0C236 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 54 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.24 |
| HSL | 74.57º | 0.56% | 0.49% | - |
| HSV(B) | 74.57º | 0.72% | 0.76% | - |
| XYZ | 34.45 | 46.32 | 10.62 | - |
| YUV | 167.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 54 | 0.18 | 0 | 0.72 | 0.24 | 74.57 | 0.56 | 0.49 |
| Hex | A0 | C2 | 36 | 12 | 0 | 48 | 18 | 4B | 38 | 31 |
| Octal | 240 | 302 | 66 | 22 | 0 | 110 | 30 | 113 | 70 | 61 |
| Binary | 10100000 | 11000010 | 110110 | 10010 | 0 | 1001000 | 11000 | 1001011 | 111000 | 110001 |
Color Harmonies of #A0C236
Complementary color
Monochromatic Colors of #A0C236
Black with #A0C236
Text Example
Text Example
White with #A0C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C236; }
p { color: rgb(160,194,54); }
H1.HeaderClassName
{
color: #A0C236;
}
.AnyTagClassName
{
color: #A0C236;
}
</style>
background-color css
<style>
a { background-color: #A0C236; }
a { background-color: rgb(160,194,54); }
div.DivClassName
{
background-color: #A0C236;
}
.BgClassName
{
background-color: #A0C236;
}
</style>
border-color css
<style>
span { border-color: #A0C236; }
span { border-color: rgb(160,194,54); }
td.TdClassName
{
border-color: #A0C236;
}
.TagClassName
{
border-color: #A0C236;
}
</style>