Shades of Conifer #A6EE55
Tints of Conifer #A6EE55
RGB
CMYK
RGB Variations
Color information
#A6EE55 (or 0xA6EE55) is known color: Conifer. HEX triplet: A6, EE and 55. RGB value is (166,238,85). Sum of RGB (Red+Green+Blue) = 166+238+85=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE55 is #5911AA. Grayscale: #C7C7C7. Windows color (decimal): -5837227 or 5631654. OLE color: 5631654.
HSL color Cylindrical-coordinate representation of color #A6EE55: hue angle of 88.24º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6EE55 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 85 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.07 |
| HSL | 88.24º | 0.82% | 0.63% | - |
| HSV(B) | 88.24º | 0.64% | 0.93% | - |
| XYZ | 47.94 | 69.91 | 19.56 | - |
| YUV | 199.03 | 63.65 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 85 | 0.30 | 0 | 0.64 | 0.07 | 88.24 | 0.82 | 0.63 |
| Hex | A6 | EE | 55 | 1E | 0 | 40 | 7 | 58 | 52 | 3F |
| Octal | 246 | 356 | 125 | 36 | 0 | 100 | 7 | 130 | 122 | 77 |
| Binary | 10100110 | 11101110 | 1010101 | 11110 | 0 | 1000000 | 111 | 1011000 | 1010010 | 111111 |
Color Harmonies of #A6EE55
Complementary color
Monochromatic Colors of #A6EE55
Black with #A6EE55
Text Example
Text Example
White with #A6EE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE55; }
p { color: rgb(166,238,85); }
H1.HeaderClassName
{
color: #A6EE55;
}
.AnyTagClassName
{
color: #A6EE55;
}
</style>
background-color css
<style>
a { background-color: #A6EE55; }
a { background-color: rgb(166,238,85); }
div.DivClassName
{
background-color: #A6EE55;
}
.BgClassName
{
background-color: #A6EE55;
}
</style>
border-color css
<style>
span { border-color: #A6EE55; }
span { border-color: rgb(166,238,85); }
td.TdClassName
{
border-color: #A6EE55;
}
.TagClassName
{
border-color: #A6EE55;
}
</style>