Shades of Conifer #A7CF5D
Tints of Conifer #A7CF5D
RGB
CMYK
RGB Variations
Color information
#A7CF5D (or 0xA7CF5D) is known color: Conifer. HEX triplet: A7, CF and 5D. RGB value is (167,207,93). Sum of RGB (Red+Green+Blue) = 167+207+93=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF5D is #5830A2. Grayscale: #B6B6B6. Windows color (decimal): -5779619 or 6148007. OLE color: 6148007.
HSL color Cylindrical-coordinate representation of color #A7CF5D: hue angle of 81.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7CF5D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 93 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.19 |
| HSL | 81.05º | 0.54% | 0.59% | - |
| HSV(B) | 81.05º | 0.55% | 0.81% | - |
| XYZ | 40.22 | 53.63 | 18.59 | - |
| YUV | 182.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 93 | 0.19 | 0 | 0.55 | 0.19 | 81.05 | 0.54 | 0.59 |
| Hex | A7 | CF | 5D | 13 | 0 | 37 | 13 | 51 | 36 | 3B |
| Octal | 247 | 317 | 135 | 23 | 0 | 67 | 23 | 121 | 66 | 73 |
| Binary | 10100111 | 11001111 | 1011101 | 10011 | 0 | 110111 | 10011 | 1010001 | 110110 | 111011 |
Color Harmonies of #A7CF5D
Complementary color
Monochromatic Colors of #A7CF5D
Black with #A7CF5D
Text Example
Text Example
White with #A7CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF5D; }
p { color: rgb(167,207,93); }
H1.HeaderClassName
{
color: #A7CF5D;
}
.AnyTagClassName
{
color: #A7CF5D;
}
</style>
background-color css
<style>
a { background-color: #A7CF5D; }
a { background-color: rgb(167,207,93); }
div.DivClassName
{
background-color: #A7CF5D;
}
.BgClassName
{
background-color: #A7CF5D;
}
</style>
border-color css
<style>
span { border-color: #A7CF5D; }
span { border-color: rgb(167,207,93); }
td.TdClassName
{
border-color: #A7CF5D;
}
.TagClassName
{
border-color: #A7CF5D;
}
</style>