Shades of Conifer #A5DC5E
Tints of Conifer #A5DC5E
RGB
CMYK
RGB Variations
Color information
#A5DC5E (or 0xA5DC5E) is known color: Conifer. HEX triplet: A5, DC and 5E. RGB value is (165,220,94). Sum of RGB (Red+Green+Blue) = 165+220+94=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC5E is #5A23A1. Grayscale: #BDBDBD. Windows color (decimal): -5907362 or 6216869. OLE color: 6216869.
HSL color Cylindrical-coordinate representation of color #A5DC5E: hue angle of 86.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5DC5E is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 94 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.14 |
| HSL | 86.19º | 0.64% | 0.62% | - |
| HSV(B) | 86.19º | 0.57% | 0.86% | - |
| XYZ | 43.13 | 59.99 | 19.9 | - |
| YUV | 189.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 94 | 0.25 | 0 | 0.57 | 0.14 | 86.19 | 0.64 | 0.62 |
| Hex | A5 | DC | 5E | 19 | 0 | 39 | E | 56 | 40 | 3E |
| Octal | 245 | 334 | 136 | 31 | 0 | 71 | 16 | 126 | 100 | 76 |
| Binary | 10100101 | 11011100 | 1011110 | 11001 | 0 | 111001 | 1110 | 1010110 | 1000000 | 111110 |
Color Harmonies of #A5DC5E
Complementary color
Monochromatic Colors of #A5DC5E
Black with #A5DC5E
Text Example
Text Example
White with #A5DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC5E; }
p { color: rgb(165,220,94); }
H1.HeaderClassName
{
color: #A5DC5E;
}
.AnyTagClassName
{
color: #A5DC5E;
}
</style>
background-color css
<style>
a { background-color: #A5DC5E; }
a { background-color: rgb(165,220,94); }
div.DivClassName
{
background-color: #A5DC5E;
}
.BgClassName
{
background-color: #A5DC5E;
}
</style>
border-color css
<style>
span { border-color: #A5DC5E; }
span { border-color: rgb(165,220,94); }
td.TdClassName
{
border-color: #A5DC5E;
}
.TagClassName
{
border-color: #A5DC5E;
}
</style>