Shades of Conifer #A6E357
Tints of Conifer #A6E357
RGB
CMYK
RGB Variations
Color information
#A6E357 (or 0xA6E357) is known color: Conifer. HEX triplet: A6, E3 and 57. RGB value is (166,227,87). Sum of RGB (Red+Green+Blue) = 166+227+87=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E357 is #591CA8. Grayscale: #C1C1C1. Windows color (decimal): -5840041 or 5759910. OLE color: 5759910.
HSL color Cylindrical-coordinate representation of color #A6E357: hue angle of 86.14º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6E357 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 87 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.11 |
| HSL | 86.14º | 0.71% | 0.62% | - |
| HSV(B) | 86.14º | 0.62% | 0.89% | - |
| XYZ | 44.92 | 63.73 | 18.95 | - |
| YUV | 192.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 87 | 0.27 | 0 | 0.62 | 0.11 | 86.14 | 0.71 | 0.62 |
| Hex | A6 | E3 | 57 | 1B | 0 | 3E | B | 56 | 47 | 3E |
| Octal | 246 | 343 | 127 | 33 | 0 | 76 | 13 | 126 | 107 | 76 |
| Binary | 10100110 | 11100011 | 1010111 | 11011 | 0 | 111110 | 1011 | 1010110 | 1000111 | 111110 |
Color Harmonies of #A6E357
Complementary color
Monochromatic Colors of #A6E357
Black with #A6E357
Text Example
Text Example
White with #A6E357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E357; }
p { color: rgb(166,227,87); }
H1.HeaderClassName
{
color: #A6E357;
}
.AnyTagClassName
{
color: #A6E357;
}
</style>
background-color css
<style>
a { background-color: #A6E357; }
a { background-color: rgb(166,227,87); }
div.DivClassName
{
background-color: #A6E357;
}
.BgClassName
{
background-color: #A6E357;
}
</style>
border-color css
<style>
span { border-color: #A6E357; }
span { border-color: rgb(166,227,87); }
td.TdClassName
{
border-color: #A6E357;
}
.TagClassName
{
border-color: #A6E357;
}
</style>