Shades of Yellow Green #A8C631
Tints of Yellow Green #A8C631
RGB
CMYK
RGB Variations
Color information
#A8C631 (or 0xA8C631) is known color: Yellow Green. HEX triplet: A8, C6 and 31. RGB value is (168,198,49). Sum of RGB (Red+Green+Blue) = 168+198+49=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C631 is #5739CE. Grayscale: #ACACAC. Windows color (decimal): -5716431 or 3262120. OLE color: 3262120.
HSL color Cylindrical-coordinate representation of color #A8C631: hue angle of 72.08º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8C631 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 49 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.22 |
| HSL | 72.08º | 0.6% | 0.48% | - |
| HSV(B) | 72.08º | 0.75% | 0.78% | - |
| XYZ | 36.9 | 48.93 | 10.41 | - |
| YUV | 172.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 49 | 0.15 | 0 | 0.75 | 0.22 | 72.08 | 0.6 | 0.48 |
| Hex | A8 | C6 | 31 | F | 0 | 4B | 16 | 48 | 3C | 30 |
| Octal | 250 | 306 | 61 | 17 | 0 | 113 | 26 | 110 | 74 | 60 |
| Binary | 10101000 | 11000110 | 110001 | 1111 | 0 | 1001011 | 10110 | 1001000 | 111100 | 110000 |
Color Harmonies of #A8C631
Complementary color
Monochromatic Colors of #A8C631
Black with #A8C631
Text Example
Text Example
White with #A8C631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C631; }
p { color: rgb(168,198,49); }
H1.HeaderClassName
{
color: #A8C631;
}
.AnyTagClassName
{
color: #A8C631;
}
</style>
background-color css
<style>
a { background-color: #A8C631; }
a { background-color: rgb(168,198,49); }
div.DivClassName
{
background-color: #A8C631;
}
.BgClassName
{
background-color: #A8C631;
}
</style>
border-color css
<style>
span { border-color: #A8C631; }
span { border-color: rgb(168,198,49); }
td.TdClassName
{
border-color: #A8C631;
}
.TagClassName
{
border-color: #A8C631;
}
</style>