Shades of Yellow Green #A8C52F
Tints of Yellow Green #A8C52F
RGB
CMYK
RGB Variations
Color information
#A8C52F (or 0xA8C52F) is known color: Yellow Green. HEX triplet: A8, C5 and 2F. RGB value is (168,197,47). Sum of RGB (Red+Green+Blue) = 168+197+47=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C52F is #573AD0. Grayscale: #ABABAB. Windows color (decimal): -5716689 or 3130792. OLE color: 3130792.
HSL color Cylindrical-coordinate representation of color #A8C52F: hue angle of 71.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8C52F is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 47 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.23 |
| HSL | 71.6º | 0.61% | 0.48% | - |
| HSV(B) | 71.6º | 0.76% | 0.77% | - |
| XYZ | 36.63 | 48.46 | 10.11 | - |
| YUV | 171.23 | 57.89 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 47 | 0.15 | 0 | 0.76 | 0.23 | 71.6 | 0.61 | 0.48 |
| Hex | A8 | C5 | 2F | F | 0 | 4C | 17 | 48 | 3D | 30 |
| Octal | 250 | 305 | 57 | 17 | 0 | 114 | 27 | 110 | 75 | 60 |
| Binary | 10101000 | 11000101 | 101111 | 1111 | 0 | 1001100 | 10111 | 1001000 | 111101 | 110000 |
Color Harmonies of #A8C52F
Complementary color
Monochromatic Colors of #A8C52F
Black with #A8C52F
Text Example
Text Example
White with #A8C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C52F; }
p { color: rgb(168,197,47); }
H1.HeaderClassName
{
color: #A8C52F;
}
.AnyTagClassName
{
color: #A8C52F;
}
</style>
background-color css
<style>
a { background-color: #A8C52F; }
a { background-color: rgb(168,197,47); }
div.DivClassName
{
background-color: #A8C52F;
}
.BgClassName
{
background-color: #A8C52F;
}
</style>
border-color css
<style>
span { border-color: #A8C52F; }
span { border-color: rgb(168,197,47); }
td.TdClassName
{
border-color: #A8C52F;
}
.TagClassName
{
border-color: #A8C52F;
}
</style>