Shades of Conifer #A6F957
Tints of Conifer #A6F957
RGB
CMYK
RGB Variations
Color information
#A6F957 (or 0xA6F957) is known color: Conifer. HEX triplet: A6, F9 and 57. RGB value is (166,249,87). Sum of RGB (Red+Green+Blue) = 166+249+87=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F957 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F957 is #5906A8. Grayscale: #CECECE. Windows color (decimal): -5834409 or 5765542. OLE color: 5765542.
HSL color Cylindrical-coordinate representation of color #A6F957: hue angle of 90.74º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6F957 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 87 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.02 |
| HSL | 90.74º | 0.93% | 0.66% | - |
| HSV(B) | 90.74º | 0.65% | 0.98% | - |
| XYZ | 51.32 | 76.55 | 21.09 | - |
| YUV | 205.72 | 61 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 87 | 0.33 | 0 | 0.65 | 0.02 | 90.74 | 0.93 | 0.66 |
| Hex | A6 | F9 | 57 | 21 | 0 | 41 | 2 | 5B | 5D | 42 |
| Octal | 246 | 371 | 127 | 41 | 0 | 101 | 2 | 133 | 135 | 102 |
| Binary | 10100110 | 11111001 | 1010111 | 100001 | 0 | 1000001 | 10 | 1011011 | 1011101 | 1000010 |
Color Harmonies of #A6F957
Complementary color
Monochromatic Colors of #A6F957
Black with #A6F957
Text Example
Text Example
White with #A6F957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F957; }
p { color: rgb(166,249,87); }
H1.HeaderClassName
{
color: #A6F957;
}
.AnyTagClassName
{
color: #A6F957;
}
</style>
background-color css
<style>
a { background-color: #A6F957; }
a { background-color: rgb(166,249,87); }
div.DivClassName
{
background-color: #A6F957;
}
.BgClassName
{
background-color: #A6F957;
}
</style>
border-color css
<style>
span { border-color: #A6F957; }
span { border-color: rgb(166,249,87); }
td.TdClassName
{
border-color: #A6F957;
}
.TagClassName
{
border-color: #A6F957;
}
</style>