Shades of Conifer #A6ED59
Tints of Conifer #A6ED59
RGB
CMYK
RGB Variations
Color information
#A6ED59 (or 0xA6ED59) is known color: Conifer. HEX triplet: A6, ED and 59. RGB value is (166,237,89). Sum of RGB (Red+Green+Blue) = 166+237+89=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED59 is #5912A6. Grayscale: #C7C7C7. Windows color (decimal): -5837479 or 5893542. OLE color: 5893542.
HSL color Cylindrical-coordinate representation of color #A6ED59: hue angle of 88.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6ED59 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 89 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.07 |
| HSL | 88.78º | 0.8% | 0.64% | - |
| HSV(B) | 88.78º | 0.62% | 0.93% | - |
| XYZ | 47.81 | 69.4 | 20.33 | - |
| YUV | 198.9 | 65.98 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 89 | 0.30 | 0 | 0.62 | 0.07 | 88.78 | 0.8 | 0.64 |
| Hex | A6 | ED | 59 | 1E | 0 | 3E | 7 | 59 | 50 | 40 |
| Octal | 246 | 355 | 131 | 36 | 0 | 76 | 7 | 131 | 120 | 100 |
| Binary | 10100110 | 11101101 | 1011001 | 11110 | 0 | 111110 | 111 | 1011001 | 1010000 | 1000000 |
Color Harmonies of #A6ED59
Complementary color
Monochromatic Colors of #A6ED59
Black with #A6ED59
Text Example
Text Example
White with #A6ED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ED59; }
p { color: rgb(166,237,89); }
H1.HeaderClassName
{
color: #A6ED59;
}
.AnyTagClassName
{
color: #A6ED59;
}
</style>
background-color css
<style>
a { background-color: #A6ED59; }
a { background-color: rgb(166,237,89); }
div.DivClassName
{
background-color: #A6ED59;
}
.BgClassName
{
background-color: #A6ED59;
}
</style>
border-color css
<style>
span { border-color: #A6ED59; }
span { border-color: rgb(166,237,89); }
td.TdClassName
{
border-color: #A6ED59;
}
.TagClassName
{
border-color: #A6ED59;
}
</style>