Shades of Conifer #A6CF58
Tints of Conifer #A6CF58
RGB
CMYK
RGB Variations
Color information
#A6CF58 (or 0xA6CF58) is known color: Conifer. HEX triplet: A6, CF and 58. RGB value is (166,207,88). Sum of RGB (Red+Green+Blue) = 166+207+88=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF58 is #5930A7. Grayscale: #B5B5B5. Windows color (decimal): -5845160 or 5820326. OLE color: 5820326.
HSL color Cylindrical-coordinate representation of color #A6CF58: hue angle of 80.67º 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 #A6CF58 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 88 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.19 |
| HSL | 80.67º | 0.55% | 0.58% | - |
| HSV(B) | 80.67º | 0.57% | 0.81% | - |
| XYZ | 39.8 | 53.44 | 17.45 | - |
| YUV | 181.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 88 | 0.20 | 0 | 0.57 | 0.19 | 80.67 | 0.55 | 0.58 |
| Hex | A6 | CF | 58 | 14 | 0 | 39 | 13 | 51 | 37 | 3A |
| Octal | 246 | 317 | 130 | 24 | 0 | 71 | 23 | 121 | 67 | 72 |
| Binary | 10100110 | 11001111 | 1011000 | 10100 | 0 | 111001 | 10011 | 1010001 | 110111 | 111010 |
Color Harmonies of #A6CF58
Complementary color
Monochromatic Colors of #A6CF58
Black with #A6CF58
Text Example
Text Example
White with #A6CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF58; }
p { color: rgb(166,207,88); }
H1.HeaderClassName
{
color: #A6CF58;
}
.AnyTagClassName
{
color: #A6CF58;
}
</style>
background-color css
<style>
a { background-color: #A6CF58; }
a { background-color: rgb(166,207,88); }
div.DivClassName
{
background-color: #A6CF58;
}
.BgClassName
{
background-color: #A6CF58;
}
</style>
border-color css
<style>
span { border-color: #A6CF58; }
span { border-color: rgb(166,207,88); }
td.TdClassName
{
border-color: #A6CF58;
}
.TagClassName
{
border-color: #A6CF58;
}
</style>