Shades of Conifer #A6EE60
Tints of Conifer #A6EE60
RGB
CMYK
RGB Variations
Color information
#A6EE60 (or 0xA6EE60) is known color: Conifer. HEX triplet: A6, EE and 60. RGB value is (166,238,96). Sum of RGB (Red+Green+Blue) = 166+238+96=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE60 is #59119F. Grayscale: #C8C8C8. Windows color (decimal): -5837216 or 6352550. OLE color: 6352550.
HSL color Cylindrical-coordinate representation of color #A6EE60: hue angle of 90.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6EE60 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 96 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.07 |
| HSL | 90.42º | 0.81% | 0.65% | - |
| HSV(B) | 90.42º | 0.6% | 0.93% | - |
| XYZ | 48.41 | 70.1 | 22.05 | - |
| YUV | 200.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 96 | 0.30 | 0 | 0.60 | 0.07 | 90.42 | 0.81 | 0.65 |
| Hex | A6 | EE | 60 | 1E | 0 | 3C | 7 | 5A | 51 | 41 |
| Octal | 246 | 356 | 140 | 36 | 0 | 74 | 7 | 132 | 121 | 101 |
| Binary | 10100110 | 11101110 | 1100000 | 11110 | 0 | 111100 | 111 | 1011010 | 1010001 | 1000001 |
Color Harmonies of #A6EE60
Complementary color
Monochromatic Colors of #A6EE60
Black with #A6EE60
Text Example
Text Example
White with #A6EE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE60; }
p { color: rgb(166,238,96); }
H1.HeaderClassName
{
color: #A6EE60;
}
.AnyTagClassName
{
color: #A6EE60;
}
</style>
background-color css
<style>
a { background-color: #A6EE60; }
a { background-color: rgb(166,238,96); }
div.DivClassName
{
background-color: #A6EE60;
}
.BgClassName
{
background-color: #A6EE60;
}
</style>
border-color css
<style>
span { border-color: #A6EE60; }
span { border-color: rgb(166,238,96); }
td.TdClassName
{
border-color: #A6EE60;
}
.TagClassName
{
border-color: #A6EE60;
}
</style>