Shades of Conifer #A6F366
Tints of Conifer #A6F366
RGB
CMYK
RGB Variations
Color information
#A6F366 (or 0xA6F366) is known color: Conifer. HEX triplet: A6, F3 and 66. RGB value is (166,243,102). Sum of RGB (Red+Green+Blue) = 166+243+102=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F366 is #590C99. Grayscale: #CCCCCC. Windows color (decimal): -5835930 or 6747046. OLE color: 6747046.
HSL color Cylindrical-coordinate representation of color #A6F366: hue angle of 92.77º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6F366 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 102 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.05 |
| HSL | 92.77º | 0.85% | 0.68% | - |
| HSV(B) | 92.77º | 0.58% | 0.95% | - |
| XYZ | 50.17 | 73.17 | 24.05 | - |
| YUV | 203.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 102 | 0.32 | 0 | 0.58 | 0.05 | 92.77 | 0.85 | 0.68 |
| Hex | A6 | F3 | 66 | 20 | 0 | 3A | 5 | 5D | 55 | 44 |
| Octal | 246 | 363 | 146 | 40 | 0 | 72 | 5 | 135 | 125 | 104 |
| Binary | 10100110 | 11110011 | 1100110 | 100000 | 0 | 111010 | 101 | 1011101 | 1010101 | 1000100 |
Color Harmonies of #A6F366
Complementary color
Monochromatic Colors of #A6F366
Black with #A6F366
Text Example
Text Example
White with #A6F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F366; }
p { color: rgb(166,243,102); }
H1.HeaderClassName
{
color: #A6F366;
}
.AnyTagClassName
{
color: #A6F366;
}
</style>
background-color css
<style>
a { background-color: #A6F366; }
a { background-color: rgb(166,243,102); }
div.DivClassName
{
background-color: #A6F366;
}
.BgClassName
{
background-color: #A6F366;
}
</style>
border-color css
<style>
span { border-color: #A6F366; }
span { border-color: rgb(166,243,102); }
td.TdClassName
{
border-color: #A6F366;
}
.TagClassName
{
border-color: #A6F366;
}
</style>