Shades of Conifer #A6E950
Tints of Conifer #A6E950
RGB
CMYK
RGB Variations
Color information
#A6E950 (or 0xA6E950) is known color: Conifer. HEX triplet: A6, E9 and 50. RGB value is (166,233,80). Sum of RGB (Red+Green+Blue) = 166+233+80=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E950 is #5916AF. Grayscale: #C4C4C4. Windows color (decimal): -5838512 or 5302694. OLE color: 5302694.
HSL color Cylindrical-coordinate representation of color #A6E950: hue angle of 86.27º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6E950 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 80 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.09 |
| HSL | 86.27º | 0.78% | 0.61% | - |
| HSV(B) | 86.27º | 0.66% | 0.91% | - |
| XYZ | 46.31 | 66.96 | 18.07 | - |
| YUV | 195.53 | 62.8 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 80 | 0.29 | 0 | 0.66 | 0.09 | 86.27 | 0.78 | 0.61 |
| Hex | A6 | E9 | 50 | 1D | 0 | 42 | 9 | 56 | 4E | 3D |
| Octal | 246 | 351 | 120 | 35 | 0 | 102 | 11 | 126 | 116 | 75 |
| Binary | 10100110 | 11101001 | 1010000 | 11101 | 0 | 1000010 | 1001 | 1010110 | 1001110 | 111101 |
Color Harmonies of #A6E950
Complementary color
Monochromatic Colors of #A6E950
Black with #A6E950
Text Example
Text Example
White with #A6E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E950; }
p { color: rgb(166,233,80); }
H1.HeaderClassName
{
color: #A6E950;
}
.AnyTagClassName
{
color: #A6E950;
}
</style>
background-color css
<style>
a { background-color: #A6E950; }
a { background-color: rgb(166,233,80); }
div.DivClassName
{
background-color: #A6E950;
}
.BgClassName
{
background-color: #A6E950;
}
</style>
border-color css
<style>
span { border-color: #A6E950; }
span { border-color: rgb(166,233,80); }
td.TdClassName
{
border-color: #A6E950;
}
.TagClassName
{
border-color: #A6E950;
}
</style>