Shades of Conifer #A6EA65
Tints of Conifer #A6EA65
RGB
CMYK
RGB Variations
Color information
#A6EA65 (or 0xA6EA65) is known color: Conifer. HEX triplet: A6, EA and 65. RGB value is (166,234,101). Sum of RGB (Red+Green+Blue) = 166+234+101=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EA65 is #59159A. Grayscale: #C6C6C6. Windows color (decimal): -5838235 or 6679206. OLE color: 6679206.
HSL color Cylindrical-coordinate representation of color #A6EA65: hue angle of 90.68º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6EA65 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 101 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.08 |
| HSL | 90.68º | 0.76% | 0.66% | - |
| HSV(B) | 90.68º | 0.57% | 0.92% | - |
| XYZ | 47.5 | 67.89 | 22.91 | - |
| YUV | 198.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 101 | 0.29 | 0 | 0.57 | 0.08 | 90.68 | 0.76 | 0.66 |
| Hex | A6 | EA | 65 | 1D | 0 | 39 | 8 | 5B | 4C | 42 |
| Octal | 246 | 352 | 145 | 35 | 0 | 71 | 10 | 133 | 114 | 102 |
| Binary | 10100110 | 11101010 | 1100101 | 11101 | 0 | 111001 | 1000 | 1011011 | 1001100 | 1000010 |
Color Harmonies of #A6EA65
Complementary color
Monochromatic Colors of #A6EA65
Black with #A6EA65
Text Example
Text Example
White with #A6EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EA65; }
p { color: rgb(166,234,101); }
H1.HeaderClassName
{
color: #A6EA65;
}
.AnyTagClassName
{
color: #A6EA65;
}
</style>
background-color css
<style>
a { background-color: #A6EA65; }
a { background-color: rgb(166,234,101); }
div.DivClassName
{
background-color: #A6EA65;
}
.BgClassName
{
background-color: #A6EA65;
}
</style>
border-color css
<style>
span { border-color: #A6EA65; }
span { border-color: rgb(166,234,101); }
td.TdClassName
{
border-color: #A6EA65;
}
.TagClassName
{
border-color: #A6EA65;
}
</style>