Shades of Conifer #A6E069
Tints of Conifer #A6E069
RGB
CMYK
RGB Variations
Color information
#A6E069 (or 0xA6E069) is known color: Conifer. HEX triplet: A6, E0 and 69. RGB value is (166,224,105). Sum of RGB (Red+Green+Blue) = 166+224+105=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E069 is #591F96. Grayscale: #C1C1C1. Windows color (decimal): -5840791 or 6938790. OLE color: 6938790.
HSL color Cylindrical-coordinate representation of color #A6E069: hue angle of 89.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6E069 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 105 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.12 |
| HSL | 89.24º | 0.66% | 0.65% | - |
| HSV(B) | 89.24º | 0.53% | 0.88% | - |
| XYZ | 44.93 | 62.44 | 23.05 | - |
| YUV | 193.09 | 78.28 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 105 | 0.26 | 0 | 0.53 | 0.12 | 89.24 | 0.66 | 0.65 |
| Hex | A6 | E0 | 69 | 1A | 0 | 35 | C | 59 | 42 | 41 |
| Octal | 246 | 340 | 151 | 32 | 0 | 65 | 14 | 131 | 102 | 101 |
| Binary | 10100110 | 11100000 | 1101001 | 11010 | 0 | 110101 | 1100 | 1011001 | 1000010 | 1000001 |
Color Harmonies of #A6E069
Complementary color
Monochromatic Colors of #A6E069
Black with #A6E069
Text Example
Text Example
White with #A6E069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E069; }
p { color: rgb(166,224,105); }
H1.HeaderClassName
{
color: #A6E069;
}
.AnyTagClassName
{
color: #A6E069;
}
</style>
background-color css
<style>
a { background-color: #A6E069; }
a { background-color: rgb(166,224,105); }
div.DivClassName
{
background-color: #A6E069;
}
.BgClassName
{
background-color: #A6E069;
}
</style>
border-color css
<style>
span { border-color: #A6E069; }
span { border-color: rgb(166,224,105); }
td.TdClassName
{
border-color: #A6E069;
}
.TagClassName
{
border-color: #A6E069;
}
</style>