Shades of Conifer #A6EE66
Tints of Conifer #A6EE66
RGB
CMYK
RGB Variations
Color information
#A6EE66 (or 0xA6EE66) is known color: Conifer. HEX triplet: A6, EE and 66. RGB value is (166,238,102). Sum of RGB (Red+Green+Blue) = 166+238+102=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE66 is #591199. Grayscale: #C9C9C9. Windows color (decimal): -5837210 or 6745766. OLE color: 6745766.
HSL color Cylindrical-coordinate representation of color #A6EE66: hue angle of 91.76º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6EE66 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 102 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.07 |
| HSL | 91.76º | 0.8% | 0.67% | - |
| HSV(B) | 91.76º | 0.57% | 0.93% | - |
| XYZ | 48.7 | 70.22 | 23.56 | - |
| YUV | 200.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 102 | 0.30 | 0 | 0.57 | 0.07 | 91.76 | 0.8 | 0.67 |
| Hex | A6 | EE | 66 | 1E | 0 | 39 | 7 | 5C | 50 | 43 |
| Octal | 246 | 356 | 146 | 36 | 0 | 71 | 7 | 134 | 120 | 103 |
| Binary | 10100110 | 11101110 | 1100110 | 11110 | 0 | 111001 | 111 | 1011100 | 1010000 | 1000011 |
Color Harmonies of #A6EE66
Complementary color
Monochromatic Colors of #A6EE66
Black with #A6EE66
Text Example
Text Example
White with #A6EE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE66; }
p { color: rgb(166,238,102); }
H1.HeaderClassName
{
color: #A6EE66;
}
.AnyTagClassName
{
color: #A6EE66;
}
</style>
background-color css
<style>
a { background-color: #A6EE66; }
a { background-color: rgb(166,238,102); }
div.DivClassName
{
background-color: #A6EE66;
}
.BgClassName
{
background-color: #A6EE66;
}
</style>
border-color css
<style>
span { border-color: #A6EE66; }
span { border-color: rgb(166,238,102); }
td.TdClassName
{
border-color: #A6EE66;
}
.TagClassName
{
border-color: #A6EE66;
}
</style>