Shades of Conifer #A5DE69
Tints of Conifer #A5DE69
RGB
CMYK
RGB Variations
Color information
#A5DE69 (or 0xA5DE69) is known color: Conifer. HEX triplet: A5, DE and 69. RGB value is (165,222,105). Sum of RGB (Red+Green+Blue) = 165+222+105=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DE69 is #5A2196. Grayscale: #C0C0C0. Windows color (decimal): -5906839 or 6938277. OLE color: 6938277.
HSL color Cylindrical-coordinate representation of color #A5DE69: hue angle of 89.23º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5DE69 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 105 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.13 |
| HSL | 89.23º | 0.64% | 0.64% | - |
| HSV(B) | 89.23º | 0.53% | 0.87% | - |
| XYZ | 44.19 | 61.26 | 22.86 | - |
| YUV | 191.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 105 | 0.26 | 0 | 0.53 | 0.13 | 89.23 | 0.64 | 0.64 |
| Hex | A5 | DE | 69 | 1A | 0 | 35 | D | 59 | 40 | 40 |
| Octal | 245 | 336 | 151 | 32 | 0 | 65 | 15 | 131 | 100 | 100 |
| Binary | 10100101 | 11011110 | 1101001 | 11010 | 0 | 110101 | 1101 | 1011001 | 1000000 | 1000000 |
Color Harmonies of #A5DE69
Complementary color
Monochromatic Colors of #A5DE69
Black with #A5DE69
Text Example
Text Example
White with #A5DE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DE69; }
p { color: rgb(165,222,105); }
H1.HeaderClassName
{
color: #A5DE69;
}
.AnyTagClassName
{
color: #A5DE69;
}
</style>
background-color css
<style>
a { background-color: #A5DE69; }
a { background-color: rgb(165,222,105); }
div.DivClassName
{
background-color: #A5DE69;
}
.BgClassName
{
background-color: #A5DE69;
}
</style>
border-color css
<style>
span { border-color: #A5DE69; }
span { border-color: rgb(165,222,105); }
td.TdClassName
{
border-color: #A5DE69;
}
.TagClassName
{
border-color: #A5DE69;
}
</style>