Shades of Conifer #A6E461
Tints of Conifer #A6E461
RGB
CMYK
RGB Variations
Color information
#A6E461 (or 0xA6E461) is known color: Conifer. HEX triplet: A6, E4 and 61. RGB value is (166,228,97). Sum of RGB (Red+Green+Blue) = 166+228+97=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E461 is #591B9E. Grayscale: #C2C2C2. Windows color (decimal): -5839775 or 6415526. OLE color: 6415526.
HSL color Cylindrical-coordinate representation of color #A6E461: hue angle of 88.4º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6E461 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 97 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.11 |
| HSL | 88.4º | 0.71% | 0.64% | - |
| HSV(B) | 88.4º | 0.57% | 0.89% | - |
| XYZ | 45.63 | 64.46 | 21.35 | - |
| YUV | 194.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 97 | 0.27 | 0 | 0.57 | 0.11 | 88.4 | 0.71 | 0.64 |
| Hex | A6 | E4 | 61 | 1B | 0 | 39 | B | 58 | 47 | 40 |
| Octal | 246 | 344 | 141 | 33 | 0 | 71 | 13 | 130 | 107 | 100 |
| Binary | 10100110 | 11100100 | 1100001 | 11011 | 0 | 111001 | 1011 | 1011000 | 1000111 | 1000000 |
Color Harmonies of #A6E461
Complementary color
Monochromatic Colors of #A6E461
Black with #A6E461
Text Example
Text Example
White with #A6E461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E461; }
p { color: rgb(166,228,97); }
H1.HeaderClassName
{
color: #A6E461;
}
.AnyTagClassName
{
color: #A6E461;
}
</style>
background-color css
<style>
a { background-color: #A6E461; }
a { background-color: rgb(166,228,97); }
div.DivClassName
{
background-color: #A6E461;
}
.BgClassName
{
background-color: #A6E461;
}
</style>
border-color css
<style>
span { border-color: #A6E461; }
span { border-color: rgb(166,228,97); }
td.TdClassName
{
border-color: #A6E461;
}
.TagClassName
{
border-color: #A6E461;
}
</style>