Shades of Yellow Green #A8C538
Tints of Yellow Green #A8C538
RGB
CMYK
RGB Variations
Color information
#A8C538 (or 0xA8C538) is known color: Yellow Green. HEX triplet: A8, C5 and 38. RGB value is (168,197,56). Sum of RGB (Red+Green+Blue) = 168+197+56=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C538 is #573AC7. Grayscale: #ACACAC. Windows color (decimal): -5716680 or 3720616. OLE color: 3720616.
HSL color Cylindrical-coordinate representation of color #A8C538: hue angle of 72.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8C538 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 56 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.23 |
| HSL | 72.34º | 0.56% | 0.5% | - |
| HSV(B) | 72.34º | 0.72% | 0.77% | - |
| XYZ | 36.83 | 48.54 | 11.17 | - |
| YUV | 172.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 56 | 0.15 | 0 | 0.72 | 0.23 | 72.34 | 0.56 | 0.5 |
| Hex | A8 | C5 | 38 | F | 0 | 48 | 17 | 48 | 38 | 32 |
| Octal | 250 | 305 | 70 | 17 | 0 | 110 | 27 | 110 | 70 | 62 |
| Binary | 10101000 | 11000101 | 111000 | 1111 | 0 | 1001000 | 10111 | 1001000 | 111000 | 110010 |
Color Harmonies of #A8C538
Complementary color
Monochromatic Colors of #A8C538
Black with #A8C538
Text Example
Text Example
White with #A8C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C538; }
p { color: rgb(168,197,56); }
H1.HeaderClassName
{
color: #A8C538;
}
.AnyTagClassName
{
color: #A8C538;
}
</style>
background-color css
<style>
a { background-color: #A8C538; }
a { background-color: rgb(168,197,56); }
div.DivClassName
{
background-color: #A8C538;
}
.BgClassName
{
background-color: #A8C538;
}
</style>
border-color css
<style>
span { border-color: #A8C538; }
span { border-color: rgb(168,197,56); }
td.TdClassName
{
border-color: #A8C538;
}
.TagClassName
{
border-color: #A8C538;
}
</style>