Shades of Conifer #A3DC56
Tints of Conifer #A3DC56
RGB
CMYK
RGB Variations
Color information
#A3DC56 (or 0xA3DC56) is known color: Conifer. HEX triplet: A3, DC and 56. RGB value is (163,220,86). Sum of RGB (Red+Green+Blue) = 163+220+86=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC56 is #5C23A9. Grayscale: #BCBCBC. Windows color (decimal): -6038442 or 5692579. OLE color: 5692579.
HSL color Cylindrical-coordinate representation of color #A3DC56: hue angle of 85.52º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3DC56 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 86 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.14 |
| HSL | 85.52º | 0.66% | 0.6% | - |
| HSV(B) | 85.52º | 0.61% | 0.86% | - |
| XYZ | 42.38 | 59.64 | 18.08 | - |
| YUV | 187.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 86 | 0.26 | 0 | 0.61 | 0.14 | 85.52 | 0.66 | 0.6 |
| Hex | A3 | DC | 56 | 1A | 0 | 3D | E | 56 | 42 | 3C |
| Octal | 243 | 334 | 126 | 32 | 0 | 75 | 16 | 126 | 102 | 74 |
| Binary | 10100011 | 11011100 | 1010110 | 11010 | 0 | 111101 | 1110 | 1010110 | 1000010 | 111100 |
Color Harmonies of #A3DC56
Complementary color
Monochromatic Colors of #A3DC56
Black with #A3DC56
Text Example
Text Example
White with #A3DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC56; }
p { color: rgb(163,220,86); }
H1.HeaderClassName
{
color: #A3DC56;
}
.AnyTagClassName
{
color: #A3DC56;
}
</style>
background-color css
<style>
a { background-color: #A3DC56; }
a { background-color: rgb(163,220,86); }
div.DivClassName
{
background-color: #A3DC56;
}
.BgClassName
{
background-color: #A3DC56;
}
</style>
border-color css
<style>
span { border-color: #A3DC56; }
span { border-color: rgb(163,220,86); }
td.TdClassName
{
border-color: #A3DC56;
}
.TagClassName
{
border-color: #A3DC56;
}
</style>