Shades of Yellow Green #A8C931
Tints of Yellow Green #A8C931
RGB
CMYK
RGB Variations
Color information
#A8C931 (or 0xA8C931) is known color: Yellow Green. HEX triplet: A8, C9 and 31. RGB value is (168,201,49). Sum of RGB (Red+Green+Blue) = 168+201+49=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C931 is #5736CE. Grayscale: #AEAEAE. Windows color (decimal): -5715663 or 3262888. OLE color: 3262888.
HSL color Cylindrical-coordinate representation of color #A8C931: hue angle of 73.03º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8C931 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 49 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.21 |
| HSL | 73.03º | 0.61% | 0.49% | - |
| HSV(B) | 73.03º | 0.76% | 0.79% | - |
| XYZ | 37.59 | 50.32 | 10.64 | - |
| YUV | 173.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 49 | 0.16 | 0 | 0.76 | 0.21 | 73.03 | 0.61 | 0.49 |
| Hex | A8 | C9 | 31 | 10 | 0 | 4C | 15 | 49 | 3D | 31 |
| Octal | 250 | 311 | 61 | 20 | 0 | 114 | 25 | 111 | 75 | 61 |
| Binary | 10101000 | 11001001 | 110001 | 10000 | 0 | 1001100 | 10101 | 1001001 | 111101 | 110001 |
Color Harmonies of #A8C931
Complementary color
Monochromatic Colors of #A8C931
Black with #A8C931
Text Example
Text Example
White with #A8C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C931; }
p { color: rgb(168,201,49); }
H1.HeaderClassName
{
color: #A8C931;
}
.AnyTagClassName
{
color: #A8C931;
}
</style>
background-color css
<style>
a { background-color: #A8C931; }
a { background-color: rgb(168,201,49); }
div.DivClassName
{
background-color: #A8C931;
}
.BgClassName
{
background-color: #A8C931;
}
</style>
border-color css
<style>
span { border-color: #A8C931; }
span { border-color: rgb(168,201,49); }
td.TdClassName
{
border-color: #A8C931;
}
.TagClassName
{
border-color: #A8C931;
}
</style>