Shades of Conifer #A5DD5E
Tints of Conifer #A5DD5E
RGB
CMYK
RGB Variations
Color information
#A5DD5E (or 0xA5DD5E) is known color: Conifer. HEX triplet: A5, DD and 5E. RGB value is (165,221,94). Sum of RGB (Red+Green+Blue) = 165+221+94=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD5E is #5A22A1. Grayscale: #BEBEBE. Windows color (decimal): -5907106 or 6217125. OLE color: 6217125.
HSL color Cylindrical-coordinate representation of color #A5DD5E: hue angle of 86.46º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5DD5E is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 94 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.13 |
| HSL | 86.46º | 0.65% | 0.62% | - |
| HSV(B) | 86.46º | 0.57% | 0.87% | - |
| XYZ | 43.39 | 60.52 | 19.98 | - |
| YUV | 189.78 | 73.95 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 94 | 0.25 | 0 | 0.57 | 0.13 | 86.46 | 0.65 | 0.62 |
| Hex | A5 | DD | 5E | 19 | 0 | 39 | D | 56 | 41 | 3E |
| Octal | 245 | 335 | 136 | 31 | 0 | 71 | 15 | 126 | 101 | 76 |
| Binary | 10100101 | 11011101 | 1011110 | 11001 | 0 | 111001 | 1101 | 1010110 | 1000001 | 111110 |
Color Harmonies of #A5DD5E
Complementary color
Monochromatic Colors of #A5DD5E
Black with #A5DD5E
Text Example
Text Example
White with #A5DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD5E; }
p { color: rgb(165,221,94); }
H1.HeaderClassName
{
color: #A5DD5E;
}
.AnyTagClassName
{
color: #A5DD5E;
}
</style>
background-color css
<style>
a { background-color: #A5DD5E; }
a { background-color: rgb(165,221,94); }
div.DivClassName
{
background-color: #A5DD5E;
}
.BgClassName
{
background-color: #A5DD5E;
}
</style>
border-color css
<style>
span { border-color: #A5DD5E; }
span { border-color: rgb(165,221,94); }
td.TdClassName
{
border-color: #A5DD5E;
}
.TagClassName
{
border-color: #A5DD5E;
}
</style>