Shades of Conifer #A6EE65
Tints of Conifer #A6EE65
RGB
CMYK
RGB Variations
Color information
#A6EE65 (or 0xA6EE65) is known color: Conifer. HEX triplet: A6, EE and 65. RGB value is (166,238,101). Sum of RGB (Red+Green+Blue) = 166+238+101=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE65 is #59119A. Grayscale: #C9C9C9. Windows color (decimal): -5837211 or 6680230. OLE color: 6680230.
HSL color Cylindrical-coordinate representation of color #A6EE65: hue angle of 91.53º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6EE65 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 101 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.07 |
| HSL | 91.53º | 0.8% | 0.66% | - |
| HSV(B) | 91.53º | 0.58% | 0.93% | - |
| XYZ | 48.65 | 70.2 | 23.3 | - |
| YUV | 200.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 101 | 0.30 | 0 | 0.58 | 0.07 | 91.53 | 0.8 | 0.66 |
| Hex | A6 | EE | 65 | 1E | 0 | 3A | 7 | 5C | 50 | 42 |
| Octal | 246 | 356 | 145 | 36 | 0 | 72 | 7 | 134 | 120 | 102 |
| Binary | 10100110 | 11101110 | 1100101 | 11110 | 0 | 111010 | 111 | 1011100 | 1010000 | 1000010 |
Color Harmonies of #A6EE65
Complementary color
Monochromatic Colors of #A6EE65
Black with #A6EE65
Text Example
Text Example
White with #A6EE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE65; }
p { color: rgb(166,238,101); }
H1.HeaderClassName
{
color: #A6EE65;
}
.AnyTagClassName
{
color: #A6EE65;
}
</style>
background-color css
<style>
a { background-color: #A6EE65; }
a { background-color: rgb(166,238,101); }
div.DivClassName
{
background-color: #A6EE65;
}
.BgClassName
{
background-color: #A6EE65;
}
</style>
border-color css
<style>
span { border-color: #A6EE65; }
span { border-color: rgb(166,238,101); }
td.TdClassName
{
border-color: #A6EE65;
}
.TagClassName
{
border-color: #A6EE65;
}
</style>