Shades of Conifer #A6FA68
Tints of Conifer #A6FA68
RGB
CMYK
RGB Variations
Color information
#A6FA68 (or 0xA6FA68) is known color: Conifer. HEX triplet: A6, FA and 68. RGB value is (166,250,104). Sum of RGB (Red+Green+Blue) = 166+250+104=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA68 is #590597. Grayscale: #D0D0D0. Windows color (decimal): -5834136 or 6879910. OLE color: 6879910.
HSL color Cylindrical-coordinate representation of color #A6FA68: hue angle of 94.52º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6FA68 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 104 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.02 |
| HSL | 94.52º | 0.94% | 0.69% | - |
| HSV(B) | 94.52º | 0.58% | 0.98% | - |
| XYZ | 52.41 | 77.48 | 25.29 | - |
| YUV | 208.24 | 69.17 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 104 | 0.34 | 0 | 0.58 | 0.02 | 94.52 | 0.94 | 0.69 |
| Hex | A6 | FA | 68 | 22 | 0 | 3A | 2 | 5F | 5E | 45 |
| Octal | 246 | 372 | 150 | 42 | 0 | 72 | 2 | 137 | 136 | 105 |
| Binary | 10100110 | 11111010 | 1101000 | 100010 | 0 | 111010 | 10 | 1011111 | 1011110 | 1000101 |
Color Harmonies of #A6FA68
Complementary color
Monochromatic Colors of #A6FA68
Black with #A6FA68
Text Example
Text Example
White with #A6FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FA68; }
p { color: rgb(166,250,104); }
H1.HeaderClassName
{
color: #A6FA68;
}
.AnyTagClassName
{
color: #A6FA68;
}
</style>
background-color css
<style>
a { background-color: #A6FA68; }
a { background-color: rgb(166,250,104); }
div.DivClassName
{
background-color: #A6FA68;
}
.BgClassName
{
background-color: #A6FA68;
}
</style>
border-color css
<style>
span { border-color: #A6FA68; }
span { border-color: rgb(166,250,104); }
td.TdClassName
{
border-color: #A6FA68;
}
.TagClassName
{
border-color: #A6FA68;
}
</style>