Shades of Conifer #A5DA5E
Tints of Conifer #A5DA5E
RGB
CMYK
RGB Variations
Color information
#A5DA5E (or 0xA5DA5E) is known color: Conifer. HEX triplet: A5, DA and 5E. RGB value is (165,218,94). Sum of RGB (Red+Green+Blue) = 165+218+94=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA5E is #5A25A1. Grayscale: #BCBCBC. Windows color (decimal): -5907874 or 6216357. OLE color: 6216357.
HSL color Cylindrical-coordinate representation of color #A5DA5E: hue angle of 85.65º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5DA5E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 94 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.15 |
| HSL | 85.65º | 0.63% | 0.61% | - |
| HSV(B) | 85.65º | 0.57% | 0.85% | - |
| XYZ | 42.61 | 58.95 | 19.72 | - |
| YUV | 188.02 | 74.94 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 94 | 0.24 | 0 | 0.57 | 0.15 | 85.65 | 0.63 | 0.61 |
| Hex | A5 | DA | 5E | 18 | 0 | 39 | F | 56 | 3F | 3D |
| Octal | 245 | 332 | 136 | 30 | 0 | 71 | 17 | 126 | 77 | 75 |
| Binary | 10100101 | 11011010 | 1011110 | 11000 | 0 | 111001 | 1111 | 1010110 | 111111 | 111101 |
Color Harmonies of #A5DA5E
Complementary color
Monochromatic Colors of #A5DA5E
Black with #A5DA5E
Text Example
Text Example
White with #A5DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DA5E; }
p { color: rgb(165,218,94); }
H1.HeaderClassName
{
color: #A5DA5E;
}
.AnyTagClassName
{
color: #A5DA5E;
}
</style>
background-color css
<style>
a { background-color: #A5DA5E; }
a { background-color: rgb(165,218,94); }
div.DivClassName
{
background-color: #A5DA5E;
}
.BgClassName
{
background-color: #A5DA5E;
}
</style>
border-color css
<style>
span { border-color: #A5DA5E; }
span { border-color: rgb(165,218,94); }
td.TdClassName
{
border-color: #A5DA5E;
}
.TagClassName
{
border-color: #A5DA5E;
}
</style>