Shades of Conifer #A6D25C
Tints of Conifer #A6D25C
RGB
CMYK
RGB Variations
Color information
#A6D25C (or 0xA6D25C) is known color: Conifer. HEX triplet: A6, D2 and 5C. RGB value is (166,210,92). Sum of RGB (Red+Green+Blue) = 166+210+92=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D25C is #592DA3. Grayscale: #B7B7B7. Windows color (decimal): -5844388 or 6083238. OLE color: 6083238.
HSL color Cylindrical-coordinate representation of color #A6D25C: hue angle of 82.37º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6D25C is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 92 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.18 |
| HSL | 82.37º | 0.57% | 0.59% | - |
| HSV(B) | 82.37º | 0.56% | 0.82% | - |
| XYZ | 40.7 | 54.97 | 18.59 | - |
| YUV | 183.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 92 | 0.21 | 0 | 0.56 | 0.18 | 82.37 | 0.57 | 0.59 |
| Hex | A6 | D2 | 5C | 15 | 0 | 38 | 12 | 52 | 39 | 3B |
| Octal | 246 | 322 | 134 | 25 | 0 | 70 | 22 | 122 | 71 | 73 |
| Binary | 10100110 | 11010010 | 1011100 | 10101 | 0 | 111000 | 10010 | 1010010 | 111001 | 111011 |
Color Harmonies of #A6D25C
Complementary color
Monochromatic Colors of #A6D25C
Black with #A6D25C
Text Example
Text Example
White with #A6D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D25C; }
p { color: rgb(166,210,92); }
H1.HeaderClassName
{
color: #A6D25C;
}
.AnyTagClassName
{
color: #A6D25C;
}
</style>
background-color css
<style>
a { background-color: #A6D25C; }
a { background-color: rgb(166,210,92); }
div.DivClassName
{
background-color: #A6D25C;
}
.BgClassName
{
background-color: #A6D25C;
}
</style>
border-color css
<style>
span { border-color: #A6D25C; }
span { border-color: rgb(166,210,92); }
td.TdClassName
{
border-color: #A6D25C;
}
.TagClassName
{
border-color: #A6D25C;
}
</style>