Shades of Conifer #A6F055
Tints of Conifer #A6F055
RGB
CMYK
RGB Variations
Color information
#A6F055 (or 0xA6F055) is known color: Conifer. HEX triplet: A6, F0 and 55. RGB value is (166,240,85). Sum of RGB (Red+Green+Blue) = 166+240+85=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F055 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F055 is #590FAA. Grayscale: #C8C8C8. Windows color (decimal): -5836715 or 5632166. OLE color: 5632166.
HSL color Cylindrical-coordinate representation of color #A6F055: hue angle of 88.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6F055 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 85 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.06 |
| HSL | 88.65º | 0.84% | 0.64% | - |
| HSV(B) | 88.65º | 0.65% | 0.94% | - |
| XYZ | 48.53 | 71.08 | 19.76 | - |
| YUV | 200.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 85 | 0.31 | 0 | 0.65 | 0.06 | 88.65 | 0.84 | 0.64 |
| Hex | A6 | F0 | 55 | 1F | 0 | 41 | 6 | 59 | 54 | 40 |
| Octal | 246 | 360 | 125 | 37 | 0 | 101 | 6 | 131 | 124 | 100 |
| Binary | 10100110 | 11110000 | 1010101 | 11111 | 0 | 1000001 | 110 | 1011001 | 1010100 | 1000000 |
Color Harmonies of #A6F055
Complementary color
Monochromatic Colors of #A6F055
Black with #A6F055
Text Example
Text Example
White with #A6F055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F055; }
p { color: rgb(166,240,85); }
H1.HeaderClassName
{
color: #A6F055;
}
.AnyTagClassName
{
color: #A6F055;
}
</style>
background-color css
<style>
a { background-color: #A6F055; }
a { background-color: rgb(166,240,85); }
div.DivClassName
{
background-color: #A6F055;
}
.BgClassName
{
background-color: #A6F055;
}
</style>
border-color css
<style>
span { border-color: #A6F055; }
span { border-color: rgb(166,240,85); }
td.TdClassName
{
border-color: #A6F055;
}
.TagClassName
{
border-color: #A6F055;
}
</style>