Shades of Conifer #A3DC65
Tints of Conifer #A3DC65
RGB
CMYK
RGB Variations
Color information
#A3DC65 (or 0xA3DC65) is known color: Conifer. HEX triplet: A3, DC and 65. RGB value is (163,220,101). Sum of RGB (Red+Green+Blue) = 163+220+101=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC65 is #5C239A. Grayscale: #BDBDBD. Windows color (decimal): -6038427 or 6675619. OLE color: 6675619.
HSL color Cylindrical-coordinate representation of color #A3DC65: hue angle of 88.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3DC65 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 101 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.14 |
| HSL | 88.74º | 0.63% | 0.63% | - |
| HSV(B) | 88.74º | 0.54% | 0.86% | - |
| XYZ | 43.05 | 59.91 | 21.61 | - |
| YUV | 189.39 | 78.12 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 101 | 0.26 | 0 | 0.54 | 0.14 | 88.74 | 0.63 | 0.63 |
| Hex | A3 | DC | 65 | 1A | 0 | 36 | E | 59 | 3F | 3F |
| Octal | 243 | 334 | 145 | 32 | 0 | 66 | 16 | 131 | 77 | 77 |
| Binary | 10100011 | 11011100 | 1100101 | 11010 | 0 | 110110 | 1110 | 1011001 | 111111 | 111111 |
Color Harmonies of #A3DC65
Complementary color
Monochromatic Colors of #A3DC65
Black with #A3DC65
Text Example
Text Example
White with #A3DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC65; }
p { color: rgb(163,220,101); }
H1.HeaderClassName
{
color: #A3DC65;
}
.AnyTagClassName
{
color: #A3DC65;
}
</style>
background-color css
<style>
a { background-color: #A3DC65; }
a { background-color: rgb(163,220,101); }
div.DivClassName
{
background-color: #A3DC65;
}
.BgClassName
{
background-color: #A3DC65;
}
</style>
border-color css
<style>
span { border-color: #A3DC65; }
span { border-color: rgb(163,220,101); }
td.TdClassName
{
border-color: #A3DC65;
}
.TagClassName
{
border-color: #A3DC65;
}
</style>