Shades of Conifer #A4D756
Tints of Conifer #A4D756
RGB
CMYK
RGB Variations
Color information
#A4D756 (or 0xA4D756) is known color: Conifer. HEX triplet: A4, D7 and 56. RGB value is (164,215,86). Sum of RGB (Red+Green+Blue) = 164+215+86=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D756 is #5B28A9. Grayscale: #B9B9B9. Windows color (decimal): -5974186 or 5691300. OLE color: 5691300.
HSL color Cylindrical-coordinate representation of color #A4D756: hue angle of 83.72º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4D756 is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 86 | - |
| CMYK | 0.24 | 0 | 0.6 | 0.16 |
| HSL | 83.72º | 0.62% | 0.59% | - |
| HSV(B) | 83.72º | 0.6% | 0.84% | - |
| XYZ | 41.29 | 57.17 | 17.66 | - |
| YUV | 185.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 86 | 0.24 | 0 | 0.6 | 0.16 | 83.72 | 0.62 | 0.59 |
| Hex | A4 | D7 | 56 | 18 | 0 | 3C | 10 | 54 | 3E | 3B |
| Octal | 244 | 327 | 126 | 30 | 0 | 74 | 20 | 124 | 76 | 73 |
| Binary | 10100100 | 11010111 | 1010110 | 11000 | 0 | 111100 | 10000 | 1010100 | 111110 | 111011 |
Color Harmonies of #A4D756
Complementary color
Monochromatic Colors of #A4D756
Black with #A4D756
Text Example
Text Example
White with #A4D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D756; }
p { color: rgb(164,215,86); }
H1.HeaderClassName
{
color: #A4D756;
}
.AnyTagClassName
{
color: #A4D756;
}
</style>
background-color css
<style>
a { background-color: #A4D756; }
a { background-color: rgb(164,215,86); }
div.DivClassName
{
background-color: #A4D756;
}
.BgClassName
{
background-color: #A4D756;
}
</style>
border-color css
<style>
span { border-color: #A4D756; }
span { border-color: rgb(164,215,86); }
td.TdClassName
{
border-color: #A4D756;
}
.TagClassName
{
border-color: #A4D756;
}
</style>