Shades of Conifer #A6E468
Tints of Conifer #A6E468
RGB
CMYK
RGB Variations
Color information
#A6E468 (or 0xA6E468) is known color: Conifer. HEX triplet: A6, E4 and 68. RGB value is (166,228,104). Sum of RGB (Red+Green+Blue) = 166+228+104=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E468 is #591B97. Grayscale: #C3C3C3. Windows color (decimal): -5839768 or 6874278. OLE color: 6874278.
HSL color Cylindrical-coordinate representation of color #A6E468: hue angle of 90º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6E468 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 104 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.11 |
| HSL | 90º | 0.7% | 0.65% | - |
| HSV(B) | 90º | 0.54% | 0.89% | - |
| XYZ | 45.97 | 64.59 | 23.14 | - |
| YUV | 195.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 104 | 0.27 | 0 | 0.54 | 0.11 | 90 | 0.7 | 0.65 |
| Hex | A6 | E4 | 68 | 1B | 0 | 36 | B | 5A | 46 | 41 |
| Octal | 246 | 344 | 150 | 33 | 0 | 66 | 13 | 132 | 106 | 101 |
| Binary | 10100110 | 11100100 | 1101000 | 11011 | 0 | 110110 | 1011 | 1011010 | 1000110 | 1000001 |
Color Harmonies of #A6E468
Complementary color
Monochromatic Colors of #A6E468
Black with #A6E468
Text Example
Text Example
White with #A6E468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E468; }
p { color: rgb(166,228,104); }
H1.HeaderClassName
{
color: #A6E468;
}
.AnyTagClassName
{
color: #A6E468;
}
</style>
background-color css
<style>
a { background-color: #A6E468; }
a { background-color: rgb(166,228,104); }
div.DivClassName
{
background-color: #A6E468;
}
.BgClassName
{
background-color: #A6E468;
}
</style>
border-color css
<style>
span { border-color: #A6E468; }
span { border-color: rgb(166,228,104); }
td.TdClassName
{
border-color: #A6E468;
}
.TagClassName
{
border-color: #A6E468;
}
</style>