Shades of Conifer #A6E666
Tints of Conifer #A6E666
RGB
CMYK
RGB Variations
Color information
#A6E666 (or 0xA6E666) is known color: Conifer. HEX triplet: A6, E6 and 66. RGB value is (166,230,102). Sum of RGB (Red+Green+Blue) = 166+230+102=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E666 is #591999. Grayscale: #C4C4C4. Windows color (decimal): -5839258 or 6743718. OLE color: 6743718.
HSL color Cylindrical-coordinate representation of color #A6E666: hue angle of 90º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6E666 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 102 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.10 |
| HSL | 90º | 0.72% | 0.65% | - |
| HSV(B) | 90º | 0.56% | 0.9% | - |
| XYZ | 46.42 | 65.66 | 22.8 | - |
| YUV | 196.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 102 | 0.28 | 0 | 0.56 | 0.10 | 90 | 0.72 | 0.65 |
| Hex | A6 | E6 | 66 | 1C | 0 | 38 | A | 5A | 48 | 41 |
| Octal | 246 | 346 | 146 | 34 | 0 | 70 | 12 | 132 | 110 | 101 |
| Binary | 10100110 | 11100110 | 1100110 | 11100 | 0 | 111000 | 1010 | 1011010 | 1001000 | 1000001 |
Color Harmonies of #A6E666
Complementary color
Monochromatic Colors of #A6E666
Black with #A6E666
Text Example
Text Example
White with #A6E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E666; }
p { color: rgb(166,230,102); }
H1.HeaderClassName
{
color: #A6E666;
}
.AnyTagClassName
{
color: #A6E666;
}
</style>
background-color css
<style>
a { background-color: #A6E666; }
a { background-color: rgb(166,230,102); }
div.DivClassName
{
background-color: #A6E666;
}
.BgClassName
{
background-color: #A6E666;
}
</style>
border-color css
<style>
span { border-color: #A6E666; }
span { border-color: rgb(166,230,102); }
td.TdClassName
{
border-color: #A6E666;
}
.TagClassName
{
border-color: #A6E666;
}
</style>