Shades of Conifer #A3DA56
Tints of Conifer #A3DA56
RGB
CMYK
RGB Variations
Color information
#A3DA56 (or 0xA3DA56) is known color: Conifer. HEX triplet: A3, DA and 56. RGB value is (163,218,86). Sum of RGB (Red+Green+Blue) = 163+218+86=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA56 is #5C25A9. Grayscale: #BABABA. Windows color (decimal): -6038954 or 5692067. OLE color: 5692067.
HSL color Cylindrical-coordinate representation of color #A3DA56: hue angle of 85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3DA56 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 86 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.15 |
| HSL | 85º | 0.64% | 0.6% | - |
| HSV(B) | 85º | 0.61% | 0.85% | - |
| XYZ | 41.86 | 58.6 | 17.91 | - |
| YUV | 186.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 86 | 0.25 | 0 | 0.61 | 0.15 | 85 | 0.64 | 0.6 |
| Hex | A3 | DA | 56 | 19 | 0 | 3D | F | 55 | 40 | 3C |
| Octal | 243 | 332 | 126 | 31 | 0 | 75 | 17 | 125 | 100 | 74 |
| Binary | 10100011 | 11011010 | 1010110 | 11001 | 0 | 111101 | 1111 | 1010101 | 1000000 | 111100 |
Color Harmonies of #A3DA56
Complementary color
Monochromatic Colors of #A3DA56
Black with #A3DA56
Text Example
Text Example
White with #A3DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA56; }
p { color: rgb(163,218,86); }
H1.HeaderClassName
{
color: #A3DA56;
}
.AnyTagClassName
{
color: #A3DA56;
}
</style>
background-color css
<style>
a { background-color: #A3DA56; }
a { background-color: rgb(163,218,86); }
div.DivClassName
{
background-color: #A3DA56;
}
.BgClassName
{
background-color: #A3DA56;
}
</style>
border-color css
<style>
span { border-color: #A3DA56; }
span { border-color: rgb(163,218,86); }
td.TdClassName
{
border-color: #A3DA56;
}
.TagClassName
{
border-color: #A3DA56;
}
</style>