Shades of Conifer #A6F967
Tints of Conifer #A6F967
RGB
CMYK
RGB Variations
Color information
#A6F967 (or 0xA6F967) is known color: Conifer. HEX triplet: A6, F9 and 67. RGB value is (166,249,103). Sum of RGB (Red+Green+Blue) = 166+249+103=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F967 is #590698. Grayscale: #D0D0D0. Windows color (decimal): -5834393 or 6814118. OLE color: 6814118.
HSL color Cylindrical-coordinate representation of color #A6F967: hue angle of 94.11º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6F967 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 103 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.02 |
| HSL | 94.11º | 0.92% | 0.69% | - |
| HSV(B) | 94.11º | 0.59% | 0.98% | - |
| XYZ | 52.05 | 76.84 | 24.92 | - |
| YUV | 207.54 | 69 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 103 | 0.33 | 0 | 0.59 | 0.02 | 94.11 | 0.92 | 0.69 |
| Hex | A6 | F9 | 67 | 21 | 0 | 3B | 2 | 5E | 5C | 45 |
| Octal | 246 | 371 | 147 | 41 | 0 | 73 | 2 | 136 | 134 | 105 |
| Binary | 10100110 | 11111001 | 1100111 | 100001 | 0 | 111011 | 10 | 1011110 | 1011100 | 1000101 |
Color Harmonies of #A6F967
Complementary color
Monochromatic Colors of #A6F967
Black with #A6F967
Text Example
Text Example
White with #A6F967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F967; }
p { color: rgb(166,249,103); }
H1.HeaderClassName
{
color: #A6F967;
}
.AnyTagClassName
{
color: #A6F967;
}
</style>
background-color css
<style>
a { background-color: #A6F967; }
a { background-color: rgb(166,249,103); }
div.DivClassName
{
background-color: #A6F967;
}
.BgClassName
{
background-color: #A6F967;
}
</style>
border-color css
<style>
span { border-color: #A6F967; }
span { border-color: rgb(166,249,103); }
td.TdClassName
{
border-color: #A6F967;
}
.TagClassName
{
border-color: #A6F967;
}
</style>