Shades of Conifer #A4DB68
Tints of Conifer #A4DB68
RGB
CMYK
RGB Variations
Color information
#A4DB68 (or 0xA4DB68) is known color: Conifer. HEX triplet: A4, DB and 68. RGB value is (164,219,104). Sum of RGB (Red+Green+Blue) = 164+219+104=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB68 is #5B2497. Grayscale: #BDBDBD. Windows color (decimal): -5973144 or 6871972. OLE color: 6871972.
HSL color Cylindrical-coordinate representation of color #A4DB68: hue angle of 88.7º degrees, saturation: 0.61, 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 #A4DB68 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 104 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.14 |
| HSL | 88.7º | 0.61% | 0.63% | - |
| HSV(B) | 88.7º | 0.53% | 0.86% | - |
| XYZ | 43.14 | 59.56 | 22.32 | - |
| YUV | 189.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 104 | 0.25 | 0 | 0.53 | 0.14 | 88.7 | 0.61 | 0.63 |
| Hex | A4 | DB | 68 | 19 | 0 | 35 | E | 59 | 3D | 3F |
| Octal | 244 | 333 | 150 | 31 | 0 | 65 | 16 | 131 | 75 | 77 |
| Binary | 10100100 | 11011011 | 1101000 | 11001 | 0 | 110101 | 1110 | 1011001 | 111101 | 111111 |
Color Harmonies of #A4DB68
Complementary color
Monochromatic Colors of #A4DB68
Black with #A4DB68
Text Example
Text Example
White with #A4DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB68; }
p { color: rgb(164,219,104); }
H1.HeaderClassName
{
color: #A4DB68;
}
.AnyTagClassName
{
color: #A4DB68;
}
</style>
background-color css
<style>
a { background-color: #A4DB68; }
a { background-color: rgb(164,219,104); }
div.DivClassName
{
background-color: #A4DB68;
}
.BgClassName
{
background-color: #A4DB68;
}
</style>
border-color css
<style>
span { border-color: #A4DB68; }
span { border-color: rgb(164,219,104); }
td.TdClassName
{
border-color: #A4DB68;
}
.TagClassName
{
border-color: #A4DB68;
}
</style>