Shades of Yellow Green #A8C536
Tints of Yellow Green #A8C536
RGB
CMYK
RGB Variations
Color information
#A8C536 (or 0xA8C536) is known color: Yellow Green. HEX triplet: A8, C5 and 36. RGB value is (168,197,54). Sum of RGB (Red+Green+Blue) = 168+197+54=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C536 is #573AC9. Grayscale: #ACACAC. Windows color (decimal): -5716682 or 3589544. OLE color: 3589544.
HSL color Cylindrical-coordinate representation of color #A8C536: hue angle of 72.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8C536 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 54 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.23 |
| HSL | 72.17º | 0.57% | 0.49% | - |
| HSV(B) | 72.17º | 0.73% | 0.77% | - |
| XYZ | 36.78 | 48.52 | 10.92 | - |
| YUV | 172.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 54 | 0.15 | 0 | 0.73 | 0.23 | 72.17 | 0.57 | 0.49 |
| Hex | A8 | C5 | 36 | F | 0 | 49 | 17 | 48 | 39 | 31 |
| Octal | 250 | 305 | 66 | 17 | 0 | 111 | 27 | 110 | 71 | 61 |
| Binary | 10101000 | 11000101 | 110110 | 1111 | 0 | 1001001 | 10111 | 1001000 | 111001 | 110001 |
Color Harmonies of #A8C536
Complementary color
Monochromatic Colors of #A8C536
Black with #A8C536
Text Example
Text Example
White with #A8C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C536; }
p { color: rgb(168,197,54); }
H1.HeaderClassName
{
color: #A8C536;
}
.AnyTagClassName
{
color: #A8C536;
}
</style>
background-color css
<style>
a { background-color: #A8C536; }
a { background-color: rgb(168,197,54); }
div.DivClassName
{
background-color: #A8C536;
}
.BgClassName
{
background-color: #A8C536;
}
</style>
border-color css
<style>
span { border-color: #A8C536; }
span { border-color: rgb(168,197,54); }
td.TdClassName
{
border-color: #A8C536;
}
.TagClassName
{
border-color: #A8C536;
}
</style>