Shades of Conifer #A6DA5B
Tints of Conifer #A6DA5B
RGB
CMYK
RGB Variations
Color information
#A6DA5B (or 0xA6DA5B) is known color: Conifer. HEX triplet: A6, DA and 5B. RGB value is (166,218,91). Sum of RGB (Red+Green+Blue) = 166+218+91=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA5B is #5925A4. Grayscale: #BCBCBC. Windows color (decimal): -5842341 or 6019750. OLE color: 6019750.
HSL color Cylindrical-coordinate representation of color #A6DA5B: hue angle of 84.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6DA5B is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 91 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.15 |
| HSL | 84.57º | 0.63% | 0.61% | - |
| HSV(B) | 84.57º | 0.58% | 0.85% | - |
| XYZ | 42.69 | 59.01 | 19.04 | - |
| YUV | 187.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 91 | 0.24 | 0 | 0.58 | 0.15 | 84.57 | 0.63 | 0.61 |
| Hex | A6 | DA | 5B | 18 | 0 | 3A | F | 55 | 3F | 3D |
| Octal | 246 | 332 | 133 | 30 | 0 | 72 | 17 | 125 | 77 | 75 |
| Binary | 10100110 | 11011010 | 1011011 | 11000 | 0 | 111010 | 1111 | 1010101 | 111111 | 111101 |
Color Harmonies of #A6DA5B
Complementary color
Monochromatic Colors of #A6DA5B
Black with #A6DA5B
Text Example
Text Example
White with #A6DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA5B; }
p { color: rgb(166,218,91); }
H1.HeaderClassName
{
color: #A6DA5B;
}
.AnyTagClassName
{
color: #A6DA5B;
}
</style>
background-color css
<style>
a { background-color: #A6DA5B; }
a { background-color: rgb(166,218,91); }
div.DivClassName
{
background-color: #A6DA5B;
}
.BgClassName
{
background-color: #A6DA5B;
}
</style>
border-color css
<style>
span { border-color: #A6DA5B; }
span { border-color: rgb(166,218,91); }
td.TdClassName
{
border-color: #A6DA5B;
}
.TagClassName
{
border-color: #A6DA5B;
}
</style>