Shades of Conifer #A6F959
Tints of Conifer #A6F959
RGB
CMYK
RGB Variations
Color information
#A6F959 (or 0xA6F959) is known color: Conifer. HEX triplet: A6, F9 and 59. RGB value is (166,249,89). Sum of RGB (Red+Green+Blue) = 166+249+89=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F959 is #5906A6. Grayscale: #CECECE. Windows color (decimal): -5834407 or 5896614. OLE color: 5896614.
HSL color Cylindrical-coordinate representation of color #A6F959: hue angle of 91.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6F959 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 89 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.02 |
| HSL | 91.13º | 0.93% | 0.66% | - |
| HSV(B) | 91.13º | 0.64% | 0.98% | - |
| XYZ | 51.4 | 76.58 | 21.52 | - |
| YUV | 205.94 | 62 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 89 | 0.33 | 0 | 0.64 | 0.02 | 91.13 | 0.93 | 0.66 |
| Hex | A6 | F9 | 59 | 21 | 0 | 40 | 2 | 5B | 5D | 42 |
| Octal | 246 | 371 | 131 | 41 | 0 | 100 | 2 | 133 | 135 | 102 |
| Binary | 10100110 | 11111001 | 1011001 | 100001 | 0 | 1000000 | 10 | 1011011 | 1011101 | 1000010 |
Color Harmonies of #A6F959
Complementary color
Monochromatic Colors of #A6F959
Black with #A6F959
Text Example
Text Example
White with #A6F959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F959; }
p { color: rgb(166,249,89); }
H1.HeaderClassName
{
color: #A6F959;
}
.AnyTagClassName
{
color: #A6F959;
}
</style>
background-color css
<style>
a { background-color: #A6F959; }
a { background-color: rgb(166,249,89); }
div.DivClassName
{
background-color: #A6F959;
}
.BgClassName
{
background-color: #A6F959;
}
</style>
border-color css
<style>
span { border-color: #A6F959; }
span { border-color: rgb(166,249,89); }
td.TdClassName
{
border-color: #A6F959;
}
.TagClassName
{
border-color: #A6F959;
}
</style>