Shades of Conifer #A6CF5A
Tints of Conifer #A6CF5A
RGB
CMYK
RGB Variations
Color information
#A6CF5A (or 0xA6CF5A) is known color: Conifer. HEX triplet: A6, CF and 5A. RGB value is (166,207,90). Sum of RGB (Red+Green+Blue) = 166+207+90=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF5A is #5930A5. Grayscale: #B5B5B5. Windows color (decimal): -5845158 or 5951398. OLE color: 5951398.
HSL color Cylindrical-coordinate representation of color #A6CF5A: hue angle of 81.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6CF5A is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 90 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.19 |
| HSL | 81.03º | 0.55% | 0.58% | - |
| HSV(B) | 81.03º | 0.57% | 0.81% | - |
| XYZ | 39.88 | 53.47 | 17.89 | - |
| YUV | 181.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 90 | 0.20 | 0 | 0.57 | 0.19 | 81.03 | 0.55 | 0.58 |
| Hex | A6 | CF | 5A | 14 | 0 | 39 | 13 | 51 | 37 | 3A |
| Octal | 246 | 317 | 132 | 24 | 0 | 71 | 23 | 121 | 67 | 72 |
| Binary | 10100110 | 11001111 | 1011010 | 10100 | 0 | 111001 | 10011 | 1010001 | 110111 | 111010 |
Color Harmonies of #A6CF5A
Complementary color
Monochromatic Colors of #A6CF5A
Black with #A6CF5A
Text Example
Text Example
White with #A6CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF5A; }
p { color: rgb(166,207,90); }
H1.HeaderClassName
{
color: #A6CF5A;
}
.AnyTagClassName
{
color: #A6CF5A;
}
</style>
background-color css
<style>
a { background-color: #A6CF5A; }
a { background-color: rgb(166,207,90); }
div.DivClassName
{
background-color: #A6CF5A;
}
.BgClassName
{
background-color: #A6CF5A;
}
</style>
border-color css
<style>
span { border-color: #A6CF5A; }
span { border-color: rgb(166,207,90); }
td.TdClassName
{
border-color: #A6CF5A;
}
.TagClassName
{
border-color: #A6CF5A;
}
</style>