Shades of Conifer #A6F065
Tints of Conifer #A6F065
RGB
CMYK
RGB Variations
Color information
#A6F065 (or 0xA6F065) is known color: Conifer. HEX triplet: A6, F0 and 65. RGB value is (166,240,101). Sum of RGB (Red+Green+Blue) = 166+240+101=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F065 is #590F9A. Grayscale: #CACACA. Windows color (decimal): -5836699 or 6680742. OLE color: 6680742.
HSL color Cylindrical-coordinate representation of color #A6F065: hue angle of 91.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6F065 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 101 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.06 |
| HSL | 91.94º | 0.82% | 0.67% | - |
| HSV(B) | 91.94º | 0.58% | 0.94% | - |
| XYZ | 49.23 | 71.37 | 23.49 | - |
| YUV | 202.03 | 70.98 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 101 | 0.31 | 0 | 0.58 | 0.06 | 91.94 | 0.82 | 0.67 |
| Hex | A6 | F0 | 65 | 1F | 0 | 3A | 6 | 5C | 52 | 43 |
| Octal | 246 | 360 | 145 | 37 | 0 | 72 | 6 | 134 | 122 | 103 |
| Binary | 10100110 | 11110000 | 1100101 | 11111 | 0 | 111010 | 110 | 1011100 | 1010010 | 1000011 |
Color Harmonies of #A6F065
Complementary color
Monochromatic Colors of #A6F065
Black with #A6F065
Text Example
Text Example
White with #A6F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F065; }
p { color: rgb(166,240,101); }
H1.HeaderClassName
{
color: #A6F065;
}
.AnyTagClassName
{
color: #A6F065;
}
</style>
background-color css
<style>
a { background-color: #A6F065; }
a { background-color: rgb(166,240,101); }
div.DivClassName
{
background-color: #A6F065;
}
.BgClassName
{
background-color: #A6F065;
}
</style>
border-color css
<style>
span { border-color: #A6F065; }
span { border-color: rgb(166,240,101); }
td.TdClassName
{
border-color: #A6F065;
}
.TagClassName
{
border-color: #A6F065;
}
</style>