Shades of Conifer #A6EE56
Tints of Conifer #A6EE56
RGB
CMYK
RGB Variations
Color information
#A6EE56 (or 0xA6EE56) is known color: Conifer. HEX triplet: A6, EE and 56. RGB value is (166,238,86). Sum of RGB (Red+Green+Blue) = 166+238+86=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE56 is #5911A9. Grayscale: #C7C7C7. Windows color (decimal): -5837226 or 5697190. OLE color: 5697190.
HSL color Cylindrical-coordinate representation of color #A6EE56: hue angle of 88.42º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6EE56 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 86 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.07 |
| HSL | 88.42º | 0.82% | 0.64% | - |
| HSV(B) | 88.42º | 0.64% | 0.93% | - |
| XYZ | 47.98 | 69.93 | 19.77 | - |
| YUV | 199.14 | 64.15 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 86 | 0.30 | 0 | 0.64 | 0.07 | 88.42 | 0.82 | 0.64 |
| Hex | A6 | EE | 56 | 1E | 0 | 40 | 7 | 58 | 52 | 40 |
| Octal | 246 | 356 | 126 | 36 | 0 | 100 | 7 | 130 | 122 | 100 |
| Binary | 10100110 | 11101110 | 1010110 | 11110 | 0 | 1000000 | 111 | 1011000 | 1010010 | 1000000 |
Color Harmonies of #A6EE56
Complementary color
Monochromatic Colors of #A6EE56
Black with #A6EE56
Text Example
Text Example
White with #A6EE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE56; }
p { color: rgb(166,238,86); }
H1.HeaderClassName
{
color: #A6EE56;
}
.AnyTagClassName
{
color: #A6EE56;
}
</style>
background-color css
<style>
a { background-color: #A6EE56; }
a { background-color: rgb(166,238,86); }
div.DivClassName
{
background-color: #A6EE56;
}
.BgClassName
{
background-color: #A6EE56;
}
</style>
border-color css
<style>
span { border-color: #A6EE56; }
span { border-color: rgb(166,238,86); }
td.TdClassName
{
border-color: #A6EE56;
}
.TagClassName
{
border-color: #A6EE56;
}
</style>