Shades of Conifer #A4D755
Tints of Conifer #A4D755
RGB
CMYK
RGB Variations
Color information
#A4D755 (or 0xA4D755) is known color: Conifer. HEX triplet: A4, D7 and 55. RGB value is (164,215,85). Sum of RGB (Red+Green+Blue) = 164+215+85=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D755 is #5B28AA. Grayscale: #B9B9B9. Windows color (decimal): -5974187 or 5625764. OLE color: 5625764.
HSL color Cylindrical-coordinate representation of color #A4D755: hue angle of 83.54º 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 #A4D755 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 85 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.16 |
| HSL | 83.54º | 0.62% | 0.59% | - |
| HSV(B) | 83.54º | 0.6% | 0.84% | - |
| XYZ | 41.25 | 57.15 | 17.45 | - |
| YUV | 184.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 85 | 0.24 | 0 | 0.60 | 0.16 | 83.54 | 0.62 | 0.59 |
| Hex | A4 | D7 | 55 | 18 | 0 | 3C | 10 | 54 | 3E | 3B |
| Octal | 244 | 327 | 125 | 30 | 0 | 74 | 20 | 124 | 76 | 73 |
| Binary | 10100100 | 11010111 | 1010101 | 11000 | 0 | 111100 | 10000 | 1010100 | 111110 | 111011 |
Color Harmonies of #A4D755
Complementary color
Monochromatic Colors of #A4D755
Black with #A4D755
Text Example
Text Example
White with #A4D755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D755; }
p { color: rgb(164,215,85); }
H1.HeaderClassName
{
color: #A4D755;
}
.AnyTagClassName
{
color: #A4D755;
}
</style>
background-color css
<style>
a { background-color: #A4D755; }
a { background-color: rgb(164,215,85); }
div.DivClassName
{
background-color: #A4D755;
}
.BgClassName
{
background-color: #A4D755;
}
</style>
border-color css
<style>
span { border-color: #A4D755; }
span { border-color: rgb(164,215,85); }
td.TdClassName
{
border-color: #A4D755;
}
.TagClassName
{
border-color: #A4D755;
}
</style>