Shades of Conifer #A5D84D
Tints of Conifer #A5D84D
RGB
CMYK
RGB Variations
Color information
#A5D84D (or 0xA5D84D) is known color: Conifer. HEX triplet: A5, D8 and 4D. RGB value is (165,216,77). Sum of RGB (Red+Green+Blue) = 165+216+77=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D84D is #5A27B2. Grayscale: #B9B9B9. Windows color (decimal): -5908403 or 5101733. OLE color: 5101733.
HSL color Cylindrical-coordinate representation of color #A5D84D: hue angle of 82.01º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5D84D is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 77 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.15 |
| HSL | 82.01º | 0.64% | 0.57% | - |
| HSV(B) | 82.01º | 0.64% | 0.85% | - |
| XYZ | 41.41 | 57.65 | 15.97 | - |
| YUV | 184.91 | 67.1 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 77 | 0.24 | 0 | 0.64 | 0.15 | 82.01 | 0.64 | 0.57 |
| Hex | A5 | D8 | 4D | 18 | 0 | 40 | F | 52 | 40 | 39 |
| Octal | 245 | 330 | 115 | 30 | 0 | 100 | 17 | 122 | 100 | 71 |
| Binary | 10100101 | 11011000 | 1001101 | 11000 | 0 | 1000000 | 1111 | 1010010 | 1000000 | 111001 |
Color Harmonies of #A5D84D
Complementary color
Monochromatic Colors of #A5D84D
Black with #A5D84D
Text Example
Text Example
White with #A5D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D84D; }
p { color: rgb(165,216,77); }
H1.HeaderClassName
{
color: #A5D84D;
}
.AnyTagClassName
{
color: #A5D84D;
}
</style>
background-color css
<style>
a { background-color: #A5D84D; }
a { background-color: rgb(165,216,77); }
div.DivClassName
{
background-color: #A5D84D;
}
.BgClassName
{
background-color: #A5D84D;
}
</style>
border-color css
<style>
span { border-color: #A5D84D; }
span { border-color: rgb(165,216,77); }
td.TdClassName
{
border-color: #A5D84D;
}
.TagClassName
{
border-color: #A5D84D;
}
</style>