Shades of Conifer #A3DB65
Tints of Conifer #A3DB65
RGB
CMYK
RGB Variations
Color information
#A3DB65 (or 0xA3DB65) is known color: Conifer. HEX triplet: A3, DB and 65. RGB value is (163,219,101). Sum of RGB (Red+Green+Blue) = 163+219+101=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB65 is #5C249A. Grayscale: #BDBDBD. Windows color (decimal): -6038683 or 6675363. OLE color: 6675363.
HSL color Cylindrical-coordinate representation of color #A3DB65: hue angle of 88.47º degrees, saturation: 0.62, 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 #A3DB65 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 101 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.14 |
| HSL | 88.47º | 0.62% | 0.63% | - |
| HSV(B) | 88.47º | 0.54% | 0.86% | - |
| XYZ | 42.78 | 59.39 | 21.52 | - |
| YUV | 188.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 101 | 0.26 | 0 | 0.54 | 0.14 | 88.47 | 0.62 | 0.63 |
| Hex | A3 | DB | 65 | 1A | 0 | 36 | E | 58 | 3E | 3F |
| Octal | 243 | 333 | 145 | 32 | 0 | 66 | 16 | 130 | 76 | 77 |
| Binary | 10100011 | 11011011 | 1100101 | 11010 | 0 | 110110 | 1110 | 1011000 | 111110 | 111111 |
Color Harmonies of #A3DB65
Complementary color
Monochromatic Colors of #A3DB65
Black with #A3DB65
Text Example
Text Example
White with #A3DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB65; }
p { color: rgb(163,219,101); }
H1.HeaderClassName
{
color: #A3DB65;
}
.AnyTagClassName
{
color: #A3DB65;
}
</style>
background-color css
<style>
a { background-color: #A3DB65; }
a { background-color: rgb(163,219,101); }
div.DivClassName
{
background-color: #A3DB65;
}
.BgClassName
{
background-color: #A3DB65;
}
</style>
border-color css
<style>
span { border-color: #A3DB65; }
span { border-color: rgb(163,219,101); }
td.TdClassName
{
border-color: #A3DB65;
}
.TagClassName
{
border-color: #A3DB65;
}
</style>