Shades of Conifer #A5DB69
Tints of Conifer #A5DB69
RGB
CMYK
RGB Variations
Color information
#A5DB69 (or 0xA5DB69) is known color: Conifer. HEX triplet: A5, DB and 69. RGB value is (165,219,105). Sum of RGB (Red+Green+Blue) = 165+219+105=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB69 is #5A2496. Grayscale: #BEBEBE. Windows color (decimal): -5907607 or 6937509. OLE color: 6937509.
HSL color Cylindrical-coordinate representation of color #A5DB69: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5DB69 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 105 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.14 |
| HSL | 88.42º | 0.61% | 0.64% | - |
| HSV(B) | 88.42º | 0.52% | 0.86% | - |
| XYZ | 43.4 | 59.68 | 22.6 | - |
| YUV | 189.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 105 | 0.25 | 0 | 0.52 | 0.14 | 88.42 | 0.61 | 0.64 |
| Hex | A5 | DB | 69 | 19 | 0 | 34 | E | 58 | 3D | 40 |
| Octal | 245 | 333 | 151 | 31 | 0 | 64 | 16 | 130 | 75 | 100 |
| Binary | 10100101 | 11011011 | 1101001 | 11001 | 0 | 110100 | 1110 | 1011000 | 111101 | 1000000 |
Color Harmonies of #A5DB69
Complementary color
Monochromatic Colors of #A5DB69
Black with #A5DB69
Text Example
Text Example
White with #A5DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB69; }
p { color: rgb(165,219,105); }
H1.HeaderClassName
{
color: #A5DB69;
}
.AnyTagClassName
{
color: #A5DB69;
}
</style>
background-color css
<style>
a { background-color: #A5DB69; }
a { background-color: rgb(165,219,105); }
div.DivClassName
{
background-color: #A5DB69;
}
.BgClassName
{
background-color: #A5DB69;
}
</style>
border-color css
<style>
span { border-color: #A5DB69; }
span { border-color: rgb(165,219,105); }
td.TdClassName
{
border-color: #A5DB69;
}
.TagClassName
{
border-color: #A5DB69;
}
</style>