Shades of Yellow Green #A8CB31
Tints of Yellow Green #A8CB31
RGB
CMYK
RGB Variations
Color information
#A8CB31 (or 0xA8CB31) is known color: Yellow Green. HEX triplet: A8, CB and 31. RGB value is (168,203,49). Sum of RGB (Red+Green+Blue) = 168+203+49=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB31 is #5734CE. Grayscale: #AFAFAF. Windows color (decimal): -5715151 or 3263400. OLE color: 3263400.
HSL color Cylindrical-coordinate representation of color #A8CB31: hue angle of 73.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8CB31 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 49 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.20 |
| HSL | 73.64º | 0.61% | 0.49% | - |
| HSV(B) | 73.64º | 0.76% | 0.8% | - |
| XYZ | 38.06 | 51.26 | 10.79 | - |
| YUV | 174.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 49 | 0.17 | 0 | 0.76 | 0.20 | 73.64 | 0.61 | 0.49 |
| Hex | A8 | CB | 31 | 11 | 0 | 4C | 14 | 4A | 3D | 31 |
| Octal | 250 | 313 | 61 | 21 | 0 | 114 | 24 | 112 | 75 | 61 |
| Binary | 10101000 | 11001011 | 110001 | 10001 | 0 | 1001100 | 10100 | 1001010 | 111101 | 110001 |
Color Harmonies of #A8CB31
Complementary color
Monochromatic Colors of #A8CB31
Black with #A8CB31
Text Example
Text Example
White with #A8CB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB31; }
p { color: rgb(168,203,49); }
H1.HeaderClassName
{
color: #A8CB31;
}
.AnyTagClassName
{
color: #A8CB31;
}
</style>
background-color css
<style>
a { background-color: #A8CB31; }
a { background-color: rgb(168,203,49); }
div.DivClassName
{
background-color: #A8CB31;
}
.BgClassName
{
background-color: #A8CB31;
}
</style>
border-color css
<style>
span { border-color: #A8CB31; }
span { border-color: rgb(168,203,49); }
td.TdClassName
{
border-color: #A8CB31;
}
.TagClassName
{
border-color: #A8CB31;
}
</style>