Shades of Conifer #A6FD65
Tints of Conifer #A6FD65
RGB
CMYK
RGB Variations
Color information
#A6FD65 (or 0xA6FD65) is known color: Conifer. HEX triplet: A6, FD and 65. RGB value is (166,253,101). Sum of RGB (Red+Green+Blue) = 166+253+101=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD65 is #59029A. Grayscale: #D2D2D2. Windows color (decimal): -5833371 or 6684070. OLE color: 6684070.
HSL color Cylindrical-coordinate representation of color #A6FD65: hue angle of 94.34º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6FD65 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 101 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.01 |
| HSL | 94.34º | 0.97% | 0.69% | - |
| HSV(B) | 94.34º | 0.6% | 0.99% | - |
| XYZ | 53.2 | 79.3 | 24.81 | - |
| YUV | 209.66 | 66.68 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 101 | 0.34 | 0 | 0.60 | 0.01 | 94.34 | 0.97 | 0.69 |
| Hex | A6 | FD | 65 | 22 | 0 | 3C | 1 | 5E | 61 | 45 |
| Octal | 246 | 375 | 145 | 42 | 0 | 74 | 1 | 136 | 141 | 105 |
| Binary | 10100110 | 11111101 | 1100101 | 100010 | 0 | 111100 | 1 | 1011110 | 1100001 | 1000101 |
Color Harmonies of #A6FD65
Complementary color
Monochromatic Colors of #A6FD65
Black with #A6FD65
Text Example
Text Example
White with #A6FD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FD65; }
p { color: rgb(166,253,101); }
H1.HeaderClassName
{
color: #A6FD65;
}
.AnyTagClassName
{
color: #A6FD65;
}
</style>
background-color css
<style>
a { background-color: #A6FD65; }
a { background-color: rgb(166,253,101); }
div.DivClassName
{
background-color: #A6FD65;
}
.BgClassName
{
background-color: #A6FD65;
}
</style>
border-color css
<style>
span { border-color: #A6FD65; }
span { border-color: rgb(166,253,101); }
td.TdClassName
{
border-color: #A6FD65;
}
.TagClassName
{
border-color: #A6FD65;
}
</style>