Shades of Yellow Green #A8C531
Tints of Yellow Green #A8C531
RGB
CMYK
RGB Variations
Color information
#A8C531 (or 0xA8C531) is known color: Yellow Green. HEX triplet: A8, C5 and 31. RGB value is (168,197,49). Sum of RGB (Red+Green+Blue) = 168+197+49=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C531 is #573ACE. Grayscale: #ACACAC. Windows color (decimal): -5716687 or 3261864. OLE color: 3261864.
HSL color Cylindrical-coordinate representation of color #A8C531: hue angle of 71.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8C531 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 49 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.23 |
| HSL | 71.76º | 0.6% | 0.48% | - |
| HSV(B) | 71.76º | 0.75% | 0.77% | - |
| XYZ | 36.67 | 48.48 | 10.33 | - |
| YUV | 171.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 49 | 0.15 | 0 | 0.75 | 0.23 | 71.76 | 0.6 | 0.48 |
| Hex | A8 | C5 | 31 | F | 0 | 4B | 17 | 48 | 3C | 30 |
| Octal | 250 | 305 | 61 | 17 | 0 | 113 | 27 | 110 | 74 | 60 |
| Binary | 10101000 | 11000101 | 110001 | 1111 | 0 | 1001011 | 10111 | 1001000 | 111100 | 110000 |
Color Harmonies of #A8C531
Complementary color
Monochromatic Colors of #A8C531
Black with #A8C531
Text Example
Text Example
White with #A8C531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C531; }
p { color: rgb(168,197,49); }
H1.HeaderClassName
{
color: #A8C531;
}
.AnyTagClassName
{
color: #A8C531;
}
</style>
background-color css
<style>
a { background-color: #A8C531; }
a { background-color: rgb(168,197,49); }
div.DivClassName
{
background-color: #A8C531;
}
.BgClassName
{
background-color: #A8C531;
}
</style>
border-color css
<style>
span { border-color: #A8C531; }
span { border-color: rgb(168,197,49); }
td.TdClassName
{
border-color: #A8C531;
}
.TagClassName
{
border-color: #A8C531;
}
</style>