Shades of Conifer #A6F669
Tints of Conifer #A6F669
RGB
CMYK
RGB Variations
Color information
#A6F669 (or 0xA6F669) is known color: Conifer. HEX triplet: A6, F6 and 69. RGB value is (166,246,105). Sum of RGB (Red+Green+Blue) = 166+246+105=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F669 is #590996. Grayscale: #CECECE. Windows color (decimal): -5835159 or 6944422. OLE color: 6944422.
HSL color Cylindrical-coordinate representation of color #A6F669: hue angle of 94.04º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6F669 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 105 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.04 |
| HSL | 94.04º | 0.89% | 0.69% | - |
| HSV(B) | 94.04º | 0.57% | 0.96% | - |
| XYZ | 51.23 | 75.04 | 25.15 | - |
| YUV | 206.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 105 | 0.33 | 0 | 0.57 | 0.04 | 94.04 | 0.89 | 0.69 |
| Hex | A6 | F6 | 69 | 21 | 0 | 39 | 4 | 5E | 59 | 45 |
| Octal | 246 | 366 | 151 | 41 | 0 | 71 | 4 | 136 | 131 | 105 |
| Binary | 10100110 | 11110110 | 1101001 | 100001 | 0 | 111001 | 100 | 1011110 | 1011001 | 1000101 |
Color Harmonies of #A6F669
Complementary color
Monochromatic Colors of #A6F669
Black with #A6F669
Text Example
Text Example
White with #A6F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F669; }
p { color: rgb(166,246,105); }
H1.HeaderClassName
{
color: #A6F669;
}
.AnyTagClassName
{
color: #A6F669;
}
</style>
background-color css
<style>
a { background-color: #A6F669; }
a { background-color: rgb(166,246,105); }
div.DivClassName
{
background-color: #A6F669;
}
.BgClassName
{
background-color: #A6F669;
}
</style>
border-color css
<style>
span { border-color: #A6F669; }
span { border-color: rgb(166,246,105); }
td.TdClassName
{
border-color: #A6F669;
}
.TagClassName
{
border-color: #A6F669;
}
</style>