Shades of Yellow Green #A8C82F
Tints of Yellow Green #A8C82F
RGB
CMYK
RGB Variations
Color information
#A8C82F (or 0xA8C82F) is known color: Yellow Green. HEX triplet: A8, C8 and 2F. RGB value is (168,200,47). Sum of RGB (Red+Green+Blue) = 168+200+47=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C82F is #5737D0. Grayscale: #ADADAD. Windows color (decimal): -5715921 or 3131560. OLE color: 3131560.
HSL color Cylindrical-coordinate representation of color #A8C82F: hue angle of 72.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8C82F is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 47 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.22 |
| HSL | 72.55º | 0.62% | 0.48% | - |
| HSV(B) | 72.55º | 0.77% | 0.78% | - |
| XYZ | 37.32 | 49.84 | 10.34 | - |
| YUV | 172.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 47 | 0.16 | 0 | 0.76 | 0.22 | 72.55 | 0.62 | 0.48 |
| Hex | A8 | C8 | 2F | 10 | 0 | 4C | 16 | 49 | 3E | 30 |
| Octal | 250 | 310 | 57 | 20 | 0 | 114 | 26 | 111 | 76 | 60 |
| Binary | 10101000 | 11001000 | 101111 | 10000 | 0 | 1001100 | 10110 | 1001001 | 111110 | 110000 |
Color Harmonies of #A8C82F
Complementary color
Monochromatic Colors of #A8C82F
Black with #A8C82F
Text Example
Text Example
White with #A8C82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C82F; }
p { color: rgb(168,200,47); }
H1.HeaderClassName
{
color: #A8C82F;
}
.AnyTagClassName
{
color: #A8C82F;
}
</style>
background-color css
<style>
a { background-color: #A8C82F; }
a { background-color: rgb(168,200,47); }
div.DivClassName
{
background-color: #A8C82F;
}
.BgClassName
{
background-color: #A8C82F;
}
</style>
border-color css
<style>
span { border-color: #A8C82F; }
span { border-color: rgb(168,200,47); }
td.TdClassName
{
border-color: #A8C82F;
}
.TagClassName
{
border-color: #A8C82F;
}
</style>