Shades of Conifer #A6EB65
Tints of Conifer #A6EB65
RGB
CMYK
RGB Variations
Color information
#A6EB65 (or 0xA6EB65) is known color: Conifer. HEX triplet: A6, EB and 65. RGB value is (166,235,101). Sum of RGB (Red+Green+Blue) = 166+235+101=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EB65 is #59149A. Grayscale: #C7C7C7. Windows color (decimal): -5837979 or 6679462. OLE color: 6679462.
HSL color Cylindrical-coordinate representation of color #A6EB65: hue angle of 90.9º degrees, saturation: 0.77, 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 #A6EB65 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 235 | 101 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.08 |
| HSL | 90.9º | 0.77% | 0.66% | - |
| HSV(B) | 90.9º | 0.57% | 0.92% | - |
| XYZ | 47.78 | 68.46 | 23.01 | - |
| YUV | 199.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 235 | 101 | 0.29 | 0 | 0.57 | 0.08 | 90.9 | 0.77 | 0.66 |
| Hex | A6 | EB | 65 | 1D | 0 | 39 | 8 | 5B | 4D | 42 |
| Octal | 246 | 353 | 145 | 35 | 0 | 71 | 10 | 133 | 115 | 102 |
| Binary | 10100110 | 11101011 | 1100101 | 11101 | 0 | 111001 | 1000 | 1011011 | 1001101 | 1000010 |
Color Harmonies of #A6EB65
Complementary color
Monochromatic Colors of #A6EB65
Black with #A6EB65
Text Example
Text Example
White with #A6EB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EB65; }
p { color: rgb(166,235,101); }
H1.HeaderClassName
{
color: #A6EB65;
}
.AnyTagClassName
{
color: #A6EB65;
}
</style>
background-color css
<style>
a { background-color: #A6EB65; }
a { background-color: rgb(166,235,101); }
div.DivClassName
{
background-color: #A6EB65;
}
.BgClassName
{
background-color: #A6EB65;
}
</style>
border-color css
<style>
span { border-color: #A6EB65; }
span { border-color: rgb(166,235,101); }
td.TdClassName
{
border-color: #A6EB65;
}
.TagClassName
{
border-color: #A6EB65;
}
</style>