Shades of Conifer #A6D15A
Tints of Conifer #A6D15A
RGB
CMYK
RGB Variations
Color information
#A6D15A (or 0xA6D15A) is known color: Conifer. HEX triplet: A6, D1 and 5A. RGB value is (166,209,90). Sum of RGB (Red+Green+Blue) = 166+209+90=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D15A is #592EA5. Grayscale: #B7B7B7. Windows color (decimal): -5844646 or 5951910. OLE color: 5951910.
HSL color Cylindrical-coordinate representation of color #A6D15A: hue angle of 81.68º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6D15A is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 90 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.18 |
| HSL | 81.68º | 0.56% | 0.59% | - |
| HSV(B) | 81.68º | 0.57% | 0.82% | - |
| XYZ | 40.37 | 54.45 | 18.05 | - |
| YUV | 182.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 90 | 0.21 | 0 | 0.57 | 0.18 | 81.68 | 0.56 | 0.59 |
| Hex | A6 | D1 | 5A | 15 | 0 | 39 | 12 | 52 | 38 | 3B |
| Octal | 246 | 321 | 132 | 25 | 0 | 71 | 22 | 122 | 70 | 73 |
| Binary | 10100110 | 11010001 | 1011010 | 10101 | 0 | 111001 | 10010 | 1010010 | 111000 | 111011 |
Color Harmonies of #A6D15A
Complementary color
Monochromatic Colors of #A6D15A
Black with #A6D15A
Text Example
Text Example
White with #A6D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D15A; }
p { color: rgb(166,209,90); }
H1.HeaderClassName
{
color: #A6D15A;
}
.AnyTagClassName
{
color: #A6D15A;
}
</style>
background-color css
<style>
a { background-color: #A6D15A; }
a { background-color: rgb(166,209,90); }
div.DivClassName
{
background-color: #A6D15A;
}
.BgClassName
{
background-color: #A6D15A;
}
</style>
border-color css
<style>
span { border-color: #A6D15A; }
span { border-color: rgb(166,209,90); }
td.TdClassName
{
border-color: #A6D15A;
}
.TagClassName
{
border-color: #A6D15A;
}
</style>