Shades of Conifer #A4CF5D
Tints of Conifer #A4CF5D
RGB
CMYK
RGB Variations
Color information
#A4CF5D (or 0xA4CF5D) is known color: Conifer. HEX triplet: A4, CF and 5D. RGB value is (164,207,93). Sum of RGB (Red+Green+Blue) = 164+207+93=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF5D is #5B30A2. Grayscale: #B5B5B5. Windows color (decimal): -5976227 or 6148004. OLE color: 6148004.
HSL color Cylindrical-coordinate representation of color #A4CF5D: hue angle of 82.63º 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 #A4CF5D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 93 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.19 |
| HSL | 82.63º | 0.54% | 0.59% | - |
| HSV(B) | 82.63º | 0.55% | 0.81% | - |
| XYZ | 39.6 | 53.31 | 18.56 | - |
| YUV | 181.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 93 | 0.21 | 0 | 0.55 | 0.19 | 82.63 | 0.54 | 0.59 |
| Hex | A4 | CF | 5D | 15 | 0 | 37 | 13 | 53 | 36 | 3B |
| Octal | 244 | 317 | 135 | 25 | 0 | 67 | 23 | 123 | 66 | 73 |
| Binary | 10100100 | 11001111 | 1011101 | 10101 | 0 | 110111 | 10011 | 1010011 | 110110 | 111011 |
Color Harmonies of #A4CF5D
Complementary color
Monochromatic Colors of #A4CF5D
Black with #A4CF5D
Text Example
Text Example
White with #A4CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF5D; }
p { color: rgb(164,207,93); }
H1.HeaderClassName
{
color: #A4CF5D;
}
.AnyTagClassName
{
color: #A4CF5D;
}
</style>
background-color css
<style>
a { background-color: #A4CF5D; }
a { background-color: rgb(164,207,93); }
div.DivClassName
{
background-color: #A4CF5D;
}
.BgClassName
{
background-color: #A4CF5D;
}
</style>
border-color css
<style>
span { border-color: #A4CF5D; }
span { border-color: rgb(164,207,93); }
td.TdClassName
{
border-color: #A4CF5D;
}
.TagClassName
{
border-color: #A4CF5D;
}
</style>