Shades of Yellow Green #A8C035
Tints of Yellow Green #A8C035
RGB
CMYK
RGB Variations
Color information
#A8C035 (or 0xA8C035) is known color: Yellow Green. HEX triplet: A8, C0 and 35. RGB value is (168,192,53). Sum of RGB (Red+Green+Blue) = 168+192+53=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C035 is #573FCA. Grayscale: #A9A9A9. Windows color (decimal): -5717963 or 3522728. OLE color: 3522728.
HSL color Cylindrical-coordinate representation of color #A8C035: hue angle of 70.36º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8C035 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 53 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.25 |
| HSL | 70.36º | 0.57% | 0.48% | - |
| HSV(B) | 70.36º | 0.72% | 0.75% | - |
| XYZ | 35.64 | 46.28 | 10.42 | - |
| YUV | 168.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 53 | 0.12 | 0 | 0.72 | 0.25 | 70.36 | 0.57 | 0.48 |
| Hex | A8 | C0 | 35 | C | 0 | 48 | 19 | 46 | 39 | 30 |
| Octal | 250 | 300 | 65 | 14 | 0 | 110 | 31 | 106 | 71 | 60 |
| Binary | 10101000 | 11000000 | 110101 | 1100 | 0 | 1001000 | 11001 | 1000110 | 111001 | 110000 |
Color Harmonies of #A8C035
Complementary color
Monochromatic Colors of #A8C035
Black with #A8C035
Text Example
Text Example
White with #A8C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C035; }
p { color: rgb(168,192,53); }
H1.HeaderClassName
{
color: #A8C035;
}
.AnyTagClassName
{
color: #A8C035;
}
</style>
background-color css
<style>
a { background-color: #A8C035; }
a { background-color: rgb(168,192,53); }
div.DivClassName
{
background-color: #A8C035;
}
.BgClassName
{
background-color: #A8C035;
}
</style>
border-color css
<style>
span { border-color: #A8C035; }
span { border-color: rgb(168,192,53); }
td.TdClassName
{
border-color: #A8C035;
}
.TagClassName
{
border-color: #A8C035;
}
</style>