Shades of Conifer #A6E462
Tints of Conifer #A6E462
RGB
CMYK
RGB Variations
Color information
#A6E462 (or 0xA6E462) is known color: Conifer. HEX triplet: A6, E4 and 62. RGB value is (166,228,98). Sum of RGB (Red+Green+Blue) = 166+228+98=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E462 is #591B9D. Grayscale: #C3C3C3. Windows color (decimal): -5839774 or 6481062. OLE color: 6481062.
HSL color Cylindrical-coordinate representation of color #A6E462: hue angle of 88.62º 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 #A6E462 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 98 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.11 |
| HSL | 88.62º | 0.71% | 0.64% | - |
| HSV(B) | 88.62º | 0.57% | 0.89% | - |
| XYZ | 45.67 | 64.48 | 21.59 | - |
| YUV | 194.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 98 | 0.27 | 0 | 0.57 | 0.11 | 88.62 | 0.71 | 0.64 |
| Hex | A6 | E4 | 62 | 1B | 0 | 39 | B | 59 | 47 | 40 |
| Octal | 246 | 344 | 142 | 33 | 0 | 71 | 13 | 131 | 107 | 100 |
| Binary | 10100110 | 11100100 | 1100010 | 11011 | 0 | 111001 | 1011 | 1011001 | 1000111 | 1000000 |
Color Harmonies of #A6E462
Complementary color
Monochromatic Colors of #A6E462
Black with #A6E462
Text Example
Text Example
White with #A6E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E462; }
p { color: rgb(166,228,98); }
H1.HeaderClassName
{
color: #A6E462;
}
.AnyTagClassName
{
color: #A6E462;
}
</style>
background-color css
<style>
a { background-color: #A6E462; }
a { background-color: rgb(166,228,98); }
div.DivClassName
{
background-color: #A6E462;
}
.BgClassName
{
background-color: #A6E462;
}
</style>
border-color css
<style>
span { border-color: #A6E462; }
span { border-color: rgb(166,228,98); }
td.TdClassName
{
border-color: #A6E462;
}
.TagClassName
{
border-color: #A6E462;
}
</style>