Shades of Conifer #ADE069
Tints of Conifer #ADE069
RGB
CMYK
RGB Variations
Color information
#ADE069 (or 0xADE069) is known color: Conifer. HEX triplet: AD, E0 and 69. RGB value is (173,224,105). Sum of RGB (Red+Green+Blue) = 173+224+105=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE069 is #521F96. Grayscale: #C3C3C3. Windows color (decimal): -5382039 or 6938797. OLE color: 6938797.
HSL color Cylindrical-coordinate representation of color #ADE069: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE069 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 105 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.12 |
| HSL | 85.71º | 0.66% | 0.65% | - |
| HSV(B) | 85.71º | 0.53% | 0.88% | - |
| XYZ | 46.44 | 63.22 | 23.12 | - |
| YUV | 195.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 105 | 0.23 | 0 | 0.53 | 0.12 | 85.71 | 0.66 | 0.65 |
| Hex | AD | E0 | 69 | 17 | 0 | 35 | C | 56 | 42 | 41 |
| Octal | 255 | 340 | 151 | 27 | 0 | 65 | 14 | 126 | 102 | 101 |
| Binary | 10101101 | 11100000 | 1101001 | 10111 | 0 | 110101 | 1100 | 1010110 | 1000010 | 1000001 |
Color Harmonies of #ADE069
Complementary color
Monochromatic Colors of #ADE069
Black with #ADE069
Text Example
Text Example
White with #ADE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE069; }
p { color: rgb(173,224,105); }
H1.HeaderClassName
{
color: #ADE069;
}
.AnyTagClassName
{
color: #ADE069;
}
</style>
background-color css
<style>
a { background-color: #ADE069; }
a { background-color: rgb(173,224,105); }
div.DivClassName
{
background-color: #ADE069;
}
.BgClassName
{
background-color: #ADE069;
}
</style>
border-color css
<style>
span { border-color: #ADE069; }
span { border-color: rgb(173,224,105); }
td.TdClassName
{
border-color: #ADE069;
}
.TagClassName
{
border-color: #ADE069;
}
</style>