Shades of Conifer #A3DA5E
Tints of Conifer #A3DA5E
RGB
CMYK
RGB Variations
Color information
#A3DA5E (or 0xA3DA5E) is known color: Conifer. HEX triplet: A3, DA and 5E. RGB value is (163,218,94). Sum of RGB (Red+Green+Blue) = 163+218+94=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA5E is #5C25A1. Grayscale: #BBBBBB. Windows color (decimal): -6038946 or 6216355. OLE color: 6216355.
HSL color Cylindrical-coordinate representation of color #A3DA5E: hue angle of 86.61º 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 #A3DA5E is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 94 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.15 |
| HSL | 86.61º | 0.63% | 0.61% | - |
| HSV(B) | 86.61º | 0.57% | 0.85% | - |
| XYZ | 42.2 | 58.74 | 19.7 | - |
| YUV | 187.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 94 | 0.25 | 0 | 0.57 | 0.15 | 86.61 | 0.63 | 0.61 |
| Hex | A3 | DA | 5E | 19 | 0 | 39 | F | 57 | 3F | 3D |
| Octal | 243 | 332 | 136 | 31 | 0 | 71 | 17 | 127 | 77 | 75 |
| Binary | 10100011 | 11011010 | 1011110 | 11001 | 0 | 111001 | 1111 | 1010111 | 111111 | 111101 |
Color Harmonies of #A3DA5E
Complementary color
Monochromatic Colors of #A3DA5E
Black with #A3DA5E
Text Example
Text Example
White with #A3DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA5E; }
p { color: rgb(163,218,94); }
H1.HeaderClassName
{
color: #A3DA5E;
}
.AnyTagClassName
{
color: #A3DA5E;
}
</style>
background-color css
<style>
a { background-color: #A3DA5E; }
a { background-color: rgb(163,218,94); }
div.DivClassName
{
background-color: #A3DA5E;
}
.BgClassName
{
background-color: #A3DA5E;
}
</style>
border-color css
<style>
span { border-color: #A3DA5E; }
span { border-color: rgb(163,218,94); }
td.TdClassName
{
border-color: #A3DA5E;
}
.TagClassName
{
border-color: #A3DA5E;
}
</style>