Shades of Yellow Green #A8C331
Tints of Yellow Green #A8C331
RGB
CMYK
RGB Variations
Color information
#A8C331 (or 0xA8C331) is known color: Yellow Green. HEX triplet: A8, C3 and 31. RGB value is (168,195,49). Sum of RGB (Red+Green+Blue) = 168+195+49=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C331 is #573CCE. Grayscale: #AAAAAA. Windows color (decimal): -5717199 or 3261352. OLE color: 3261352.
HSL color Cylindrical-coordinate representation of color #A8C331: hue angle of 71.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8C331 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 49 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.24 |
| HSL | 71.1º | 0.6% | 0.48% | - |
| HSV(B) | 71.1º | 0.75% | 0.76% | - |
| XYZ | 36.22 | 47.58 | 10.18 | - |
| YUV | 170.28 | 59.55 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 49 | 0.14 | 0 | 0.75 | 0.24 | 71.1 | 0.6 | 0.48 |
| Hex | A8 | C3 | 31 | E | 0 | 4B | 18 | 47 | 3C | 30 |
| Octal | 250 | 303 | 61 | 16 | 0 | 113 | 30 | 107 | 74 | 60 |
| Binary | 10101000 | 11000011 | 110001 | 1110 | 0 | 1001011 | 11000 | 1000111 | 111100 | 110000 |
Color Harmonies of #A8C331
Complementary color
Monochromatic Colors of #A8C331
Black with #A8C331
Text Example
Text Example
White with #A8C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C331; }
p { color: rgb(168,195,49); }
H1.HeaderClassName
{
color: #A8C331;
}
.AnyTagClassName
{
color: #A8C331;
}
</style>
background-color css
<style>
a { background-color: #A8C331; }
a { background-color: rgb(168,195,49); }
div.DivClassName
{
background-color: #A8C331;
}
.BgClassName
{
background-color: #A8C331;
}
</style>
border-color css
<style>
span { border-color: #A8C331; }
span { border-color: rgb(168,195,49); }
td.TdClassName
{
border-color: #A8C331;
}
.TagClassName
{
border-color: #A8C331;
}
</style>