Shades of Conifer #A6E957
Tints of Conifer #A6E957
RGB
CMYK
RGB Variations
Color information
#A6E957 (or 0xA6E957) is known color: Conifer. HEX triplet: A6, E9 and 57. RGB value is (166,233,87). Sum of RGB (Red+Green+Blue) = 166+233+87=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E957 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E957 is #5916A8. Grayscale: #C4C4C4. Windows color (decimal): -5838505 or 5761446. OLE color: 5761446.
HSL color Cylindrical-coordinate representation of color #A6E957: hue angle of 87.53º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6E957 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 87 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.09 |
| HSL | 87.53º | 0.77% | 0.63% | - |
| HSV(B) | 87.53º | 0.63% | 0.91% | - |
| XYZ | 46.59 | 67.07 | 19.51 | - |
| YUV | 196.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 87 | 0.29 | 0 | 0.63 | 0.09 | 87.53 | 0.77 | 0.63 |
| Hex | A6 | E9 | 57 | 1D | 0 | 3F | 9 | 58 | 4D | 3F |
| Octal | 246 | 351 | 127 | 35 | 0 | 77 | 11 | 130 | 115 | 77 |
| Binary | 10100110 | 11101001 | 1010111 | 11101 | 0 | 111111 | 1001 | 1011000 | 1001101 | 111111 |
Color Harmonies of #A6E957
Complementary color
Monochromatic Colors of #A6E957
Black with #A6E957
Text Example
Text Example
White with #A6E957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E957; }
p { color: rgb(166,233,87); }
H1.HeaderClassName
{
color: #A6E957;
}
.AnyTagClassName
{
color: #A6E957;
}
</style>
background-color css
<style>
a { background-color: #A6E957; }
a { background-color: rgb(166,233,87); }
div.DivClassName
{
background-color: #A6E957;
}
.BgClassName
{
background-color: #A6E957;
}
</style>
border-color css
<style>
span { border-color: #A6E957; }
span { border-color: rgb(166,233,87); }
td.TdClassName
{
border-color: #A6E957;
}
.TagClassName
{
border-color: #A6E957;
}
</style>