Shades of Conifer #A6E766
Tints of Conifer #A6E766
RGB
CMYK
RGB Variations
Color information
#A6E766 (or 0xA6E766) is known color: Conifer. HEX triplet: A6, E7 and 66. RGB value is (166,231,102). Sum of RGB (Red+Green+Blue) = 166+231+102=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E766 is #591899. Grayscale: #C5C5C5. Windows color (decimal): -5839002 or 6743974. OLE color: 6743974.
HSL color Cylindrical-coordinate representation of color #A6E766: hue angle of 90.23º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6E766 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 231 | 102 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.09 |
| HSL | 90.23º | 0.73% | 0.65% | - |
| HSV(B) | 90.23º | 0.56% | 0.91% | - |
| XYZ | 46.7 | 66.22 | 22.89 | - |
| YUV | 196.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 231 | 102 | 0.28 | 0 | 0.56 | 0.09 | 90.23 | 0.73 | 0.65 |
| Hex | A6 | E7 | 66 | 1C | 0 | 38 | 9 | 5A | 49 | 41 |
| Octal | 246 | 347 | 146 | 34 | 0 | 70 | 11 | 132 | 111 | 101 |
| Binary | 10100110 | 11100111 | 1100110 | 11100 | 0 | 111000 | 1001 | 1011010 | 1001001 | 1000001 |
Color Harmonies of #A6E766
Complementary color
Monochromatic Colors of #A6E766
Black with #A6E766
Text Example
Text Example
White with #A6E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E766; }
p { color: rgb(166,231,102); }
H1.HeaderClassName
{
color: #A6E766;
}
.AnyTagClassName
{
color: #A6E766;
}
</style>
background-color css
<style>
a { background-color: #A6E766; }
a { background-color: rgb(166,231,102); }
div.DivClassName
{
background-color: #A6E766;
}
.BgClassName
{
background-color: #A6E766;
}
</style>
border-color css
<style>
span { border-color: #A6E766; }
span { border-color: rgb(166,231,102); }
td.TdClassName
{
border-color: #A6E766;
}
.TagClassName
{
border-color: #A6E766;
}
</style>