Shades of Conifer #A6DD5B
Tints of Conifer #A6DD5B
RGB
CMYK
RGB Variations
Color information
#A6DD5B (or 0xA6DD5B) is known color: Conifer. HEX triplet: A6, DD and 5B. RGB value is (166,221,91). Sum of RGB (Red+Green+Blue) = 166+221+91=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD5B is #5922A4. Grayscale: #BEBEBE. Windows color (decimal): -5841573 or 6020518. OLE color: 6020518.
HSL color Cylindrical-coordinate representation of color #A6DD5B: hue angle of 85.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6DD5B is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 91 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.13 |
| HSL | 85.38º | 0.66% | 0.61% | - |
| HSV(B) | 85.38º | 0.59% | 0.87% | - |
| XYZ | 43.47 | 60.58 | 19.3 | - |
| YUV | 189.74 | 72.28 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 91 | 0.25 | 0 | 0.59 | 0.13 | 85.38 | 0.66 | 0.61 |
| Hex | A6 | DD | 5B | 19 | 0 | 3B | D | 55 | 42 | 3D |
| Octal | 246 | 335 | 133 | 31 | 0 | 73 | 15 | 125 | 102 | 75 |
| Binary | 10100110 | 11011101 | 1011011 | 11001 | 0 | 111011 | 1101 | 1010101 | 1000010 | 111101 |
Color Harmonies of #A6DD5B
Complementary color
Monochromatic Colors of #A6DD5B
Black with #A6DD5B
Text Example
Text Example
White with #A6DD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD5B; }
p { color: rgb(166,221,91); }
H1.HeaderClassName
{
color: #A6DD5B;
}
.AnyTagClassName
{
color: #A6DD5B;
}
</style>
background-color css
<style>
a { background-color: #A6DD5B; }
a { background-color: rgb(166,221,91); }
div.DivClassName
{
background-color: #A6DD5B;
}
.BgClassName
{
background-color: #A6DD5B;
}
</style>
border-color css
<style>
span { border-color: #A6DD5B; }
span { border-color: rgb(166,221,91); }
td.TdClassName
{
border-color: #A6DD5B;
}
.TagClassName
{
border-color: #A6DD5B;
}
</style>