Shades of Conifer #A6D25A
Tints of Conifer #A6D25A
RGB
CMYK
RGB Variations
Color information
#A6D25A (or 0xA6D25A) is known color: Conifer. HEX triplet: A6, D2 and 5A. RGB value is (166,210,90). Sum of RGB (Red+Green+Blue) = 166+210+90=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D25A is #592DA5. Grayscale: #B7B7B7. Windows color (decimal): -5844390 or 5952166. OLE color: 5952166.
HSL color Cylindrical-coordinate representation of color #A6D25A: hue angle of 82º degrees, saturation: 0.57, 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 #A6D25A is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 90 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.18 |
| HSL | 82º | 0.57% | 0.59% | - |
| HSV(B) | 82º | 0.57% | 0.82% | - |
| XYZ | 40.62 | 54.94 | 18.14 | - |
| YUV | 183.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 90 | 0.21 | 0 | 0.57 | 0.18 | 82 | 0.57 | 0.59 |
| Hex | A6 | D2 | 5A | 15 | 0 | 39 | 12 | 52 | 39 | 3B |
| Octal | 246 | 322 | 132 | 25 | 0 | 71 | 22 | 122 | 71 | 73 |
| Binary | 10100110 | 11010010 | 1011010 | 10101 | 0 | 111001 | 10010 | 1010010 | 111001 | 111011 |
Color Harmonies of #A6D25A
Complementary color
Monochromatic Colors of #A6D25A
Black with #A6D25A
Text Example
Text Example
White with #A6D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D25A; }
p { color: rgb(166,210,90); }
H1.HeaderClassName
{
color: #A6D25A;
}
.AnyTagClassName
{
color: #A6D25A;
}
</style>
background-color css
<style>
a { background-color: #A6D25A; }
a { background-color: rgb(166,210,90); }
div.DivClassName
{
background-color: #A6D25A;
}
.BgClassName
{
background-color: #A6D25A;
}
</style>
border-color css
<style>
span { border-color: #A6D25A; }
span { border-color: rgb(166,210,90); }
td.TdClassName
{
border-color: #A6D25A;
}
.TagClassName
{
border-color: #A6D25A;
}
</style>