Shades of Conifer #A6DD5A
Tints of Conifer #A6DD5A
RGB
CMYK
RGB Variations
Color information
#A6DD5A (or 0xA6DD5A) is known color: Conifer. HEX triplet: A6, DD and 5A. RGB value is (166,221,90). Sum of RGB (Red+Green+Blue) = 166+221+90=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD5A is #5922A5. Grayscale: #BEBEBE. Windows color (decimal): -5841574 or 5954982. OLE color: 5954982.
HSL color Cylindrical-coordinate representation of color #A6DD5A: hue angle of 85.19º 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 #A6DD5A is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 90 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.13 |
| HSL | 85.19º | 0.66% | 0.61% | - |
| HSV(B) | 85.19º | 0.59% | 0.87% | - |
| XYZ | 43.43 | 60.56 | 19.07 | - |
| YUV | 189.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 90 | 0.25 | 0 | 0.59 | 0.13 | 85.19 | 0.66 | 0.61 |
| Hex | A6 | DD | 5A | 19 | 0 | 3B | D | 55 | 42 | 3D |
| Octal | 246 | 335 | 132 | 31 | 0 | 73 | 15 | 125 | 102 | 75 |
| Binary | 10100110 | 11011101 | 1011010 | 11001 | 0 | 111011 | 1101 | 1010101 | 1000010 | 111101 |
Color Harmonies of #A6DD5A
Complementary color
Monochromatic Colors of #A6DD5A
Black with #A6DD5A
Text Example
Text Example
White with #A6DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD5A; }
p { color: rgb(166,221,90); }
H1.HeaderClassName
{
color: #A6DD5A;
}
.AnyTagClassName
{
color: #A6DD5A;
}
</style>
background-color css
<style>
a { background-color: #A6DD5A; }
a { background-color: rgb(166,221,90); }
div.DivClassName
{
background-color: #A6DD5A;
}
.BgClassName
{
background-color: #A6DD5A;
}
</style>
border-color css
<style>
span { border-color: #A6DD5A; }
span { border-color: rgb(166,221,90); }
td.TdClassName
{
border-color: #A6DD5A;
}
.TagClassName
{
border-color: #A6DD5A;
}
</style>