Shades of Conifer #A3DB67
Tints of Conifer #A3DB67
RGB
CMYK
RGB Variations
Color information
#A3DB67 (or 0xA3DB67) is known color: Conifer. HEX triplet: A3, DB and 67. RGB value is (163,219,103). Sum of RGB (Red+Green+Blue) = 163+219+103=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB67 is #5C2498. Grayscale: #BDBDBD. Windows color (decimal): -6038681 or 6806435. OLE color: 6806435.
HSL color Cylindrical-coordinate representation of color #A3DB67: hue angle of 88.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3DB67 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 103 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.14 |
| HSL | 88.97º | 0.62% | 0.63% | - |
| HSV(B) | 88.97º | 0.53% | 0.86% | - |
| XYZ | 42.88 | 59.43 | 22.04 | - |
| YUV | 189.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 103 | 0.26 | 0 | 0.53 | 0.14 | 88.97 | 0.62 | 0.63 |
| Hex | A3 | DB | 67 | 1A | 0 | 35 | E | 59 | 3E | 3F |
| Octal | 243 | 333 | 147 | 32 | 0 | 65 | 16 | 131 | 76 | 77 |
| Binary | 10100011 | 11011011 | 1100111 | 11010 | 0 | 110101 | 1110 | 1011001 | 111110 | 111111 |
Color Harmonies of #A3DB67
Complementary color
Monochromatic Colors of #A3DB67
Black with #A3DB67
Text Example
Text Example
White with #A3DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB67; }
p { color: rgb(163,219,103); }
H1.HeaderClassName
{
color: #A3DB67;
}
.AnyTagClassName
{
color: #A3DB67;
}
</style>
background-color css
<style>
a { background-color: #A3DB67; }
a { background-color: rgb(163,219,103); }
div.DivClassName
{
background-color: #A3DB67;
}
.BgClassName
{
background-color: #A3DB67;
}
</style>
border-color css
<style>
span { border-color: #A3DB67; }
span { border-color: rgb(163,219,103); }
td.TdClassName
{
border-color: #A3DB67;
}
.TagClassName
{
border-color: #A3DB67;
}
</style>