Shades of Conifer #A4D865
Tints of Conifer #A4D865
RGB
CMYK
RGB Variations
Color information
#A4D865 (or 0xA4D865) is known color: Conifer. HEX triplet: A4, D8 and 65. RGB value is (164,216,101). Sum of RGB (Red+Green+Blue) = 164+216+101=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D865 is #5B279A. Grayscale: #BBBBBB. Windows color (decimal): -5973915 or 6674596. OLE color: 6674596.
HSL color Cylindrical-coordinate representation of color #A4D865: hue angle of 87.13º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4D865 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 216 | 101 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.15 |
| HSL | 87.13º | 0.6% | 0.62% | - |
| HSV(B) | 87.13º | 0.53% | 0.85% | - |
| XYZ | 42.21 | 57.94 | 21.27 | - |
| YUV | 187.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 101 | 0.24 | 0 | 0.53 | 0.15 | 87.13 | 0.6 | 0.62 |
| Hex | A4 | D8 | 65 | 18 | 0 | 35 | F | 57 | 3C | 3E |
| Octal | 244 | 330 | 145 | 30 | 0 | 65 | 17 | 127 | 74 | 76 |
| Binary | 10100100 | 11011000 | 1100101 | 11000 | 0 | 110101 | 1111 | 1010111 | 111100 | 111110 |
Color Harmonies of #A4D865
Complementary color
Monochromatic Colors of #A4D865
Black with #A4D865
Text Example
Text Example
White with #A4D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D865; }
p { color: rgb(164,216,101); }
H1.HeaderClassName
{
color: #A4D865;
}
.AnyTagClassName
{
color: #A4D865;
}
</style>
background-color css
<style>
a { background-color: #A4D865; }
a { background-color: rgb(164,216,101); }
div.DivClassName
{
background-color: #A4D865;
}
.BgClassName
{
background-color: #A4D865;
}
</style>
border-color css
<style>
span { border-color: #A4D865; }
span { border-color: rgb(164,216,101); }
td.TdClassName
{
border-color: #A4D865;
}
.TagClassName
{
border-color: #A4D865;
}
</style>