Shades of Conifer #A5DD69
Tints of Conifer #A5DD69
RGB
CMYK
RGB Variations
Color information
#A5DD69 (or 0xA5DD69) is known color: Conifer. HEX triplet: A5, DD and 69. RGB value is (165,221,105). Sum of RGB (Red+Green+Blue) = 165+221+105=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD69 is #5A2296. Grayscale: #BFBFBF. Windows color (decimal): -5907095 or 6938021. OLE color: 6938021.
HSL color Cylindrical-coordinate representation of color #A5DD69: hue angle of 88.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5DD69 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 105 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.13 |
| HSL | 88.97º | 0.63% | 0.64% | - |
| HSV(B) | 88.97º | 0.52% | 0.87% | - |
| XYZ | 43.92 | 60.73 | 22.77 | - |
| YUV | 191.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 105 | 0.25 | 0 | 0.52 | 0.13 | 88.97 | 0.63 | 0.64 |
| Hex | A5 | DD | 69 | 19 | 0 | 34 | D | 59 | 3F | 40 |
| Octal | 245 | 335 | 151 | 31 | 0 | 64 | 15 | 131 | 77 | 100 |
| Binary | 10100101 | 11011101 | 1101001 | 11001 | 0 | 110100 | 1101 | 1011001 | 111111 | 1000000 |
Color Harmonies of #A5DD69
Complementary color
Monochromatic Colors of #A5DD69
Black with #A5DD69
Text Example
Text Example
White with #A5DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DD69; }
p { color: rgb(165,221,105); }
H1.HeaderClassName
{
color: #A5DD69;
}
.AnyTagClassName
{
color: #A5DD69;
}
</style>
background-color css
<style>
a { background-color: #A5DD69; }
a { background-color: rgb(165,221,105); }
div.DivClassName
{
background-color: #A5DD69;
}
.BgClassName
{
background-color: #A5DD69;
}
</style>
border-color css
<style>
span { border-color: #A5DD69; }
span { border-color: rgb(165,221,105); }
td.TdClassName
{
border-color: #A5DD69;
}
.TagClassName
{
border-color: #A5DD69;
}
</style>