Shades of Yellow Green #A6CE31
Tints of Yellow Green #A6CE31
RGB
CMYK
RGB Variations
Color information
#A6CE31 (or 0xA6CE31) is known color: Yellow Green. HEX triplet: A6, CE and 31. RGB value is (166,206,49). Sum of RGB (Red+Green+Blue) = 166+206+49=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE31 is #5931CE. Grayscale: #B0B0B0. Windows color (decimal): -5845455 or 3264166. OLE color: 3264166.
HSL color Cylindrical-coordinate representation of color #A6CE31: hue angle of 75.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6CE31 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 49 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.19 |
| HSL | 75.29º | 0.62% | 0.5% | - |
| HSV(B) | 75.29º | 0.76% | 0.81% | - |
| XYZ | 38.35 | 52.47 | 11.01 | - |
| YUV | 176.14 | 56.25 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 49 | 0.19 | 0 | 0.76 | 0.19 | 75.29 | 0.62 | 0.5 |
| Hex | A6 | CE | 31 | 13 | 0 | 4C | 13 | 4B | 3E | 32 |
| Octal | 246 | 316 | 61 | 23 | 0 | 114 | 23 | 113 | 76 | 62 |
| Binary | 10100110 | 11001110 | 110001 | 10011 | 0 | 1001100 | 10011 | 1001011 | 111110 | 110010 |
Color Harmonies of #A6CE31
Complementary color
Monochromatic Colors of #A6CE31
Black with #A6CE31
Text Example
Text Example
White with #A6CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE31; }
p { color: rgb(166,206,49); }
H1.HeaderClassName
{
color: #A6CE31;
}
.AnyTagClassName
{
color: #A6CE31;
}
</style>
background-color css
<style>
a { background-color: #A6CE31; }
a { background-color: rgb(166,206,49); }
div.DivClassName
{
background-color: #A6CE31;
}
.BgClassName
{
background-color: #A6CE31;
}
</style>
border-color css
<style>
span { border-color: #A6CE31; }
span { border-color: rgb(166,206,49); }
td.TdClassName
{
border-color: #A6CE31;
}
.TagClassName
{
border-color: #A6CE31;
}
</style>