Shades of Conifer #ADDE69
Tints of Conifer #ADDE69
RGB
CMYK
RGB Variations
Color information
#ADDE69 (or 0xADDE69) is known color: Conifer. HEX triplet: AD, DE and 69. RGB value is (173,222,105). Sum of RGB (Red+Green+Blue) = 173+222+105=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE69 is #522196. Grayscale: #C2C2C2. Windows color (decimal): -5382551 or 6938285. OLE color: 6938285.
HSL color Cylindrical-coordinate representation of color #ADDE69: hue angle of 85.13º 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 #ADDE69 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 105 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.13 |
| HSL | 85.13º | 0.64% | 0.64% | - |
| HSV(B) | 85.13º | 0.53% | 0.87% | - |
| XYZ | 45.9 | 62.15 | 22.94 | - |
| YUV | 194.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 105 | 0.22 | 0 | 0.53 | 0.13 | 85.13 | 0.64 | 0.64 |
| Hex | AD | DE | 69 | 16 | 0 | 35 | D | 55 | 40 | 40 |
| Octal | 255 | 336 | 151 | 26 | 0 | 65 | 15 | 125 | 100 | 100 |
| Binary | 10101101 | 11011110 | 1101001 | 10110 | 0 | 110101 | 1101 | 1010101 | 1000000 | 1000000 |
Color Harmonies of #ADDE69
Complementary color
Monochromatic Colors of #ADDE69
Black with #ADDE69
Text Example
Text Example
White with #ADDE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE69; }
p { color: rgb(173,222,105); }
H1.HeaderClassName
{
color: #ADDE69;
}
.AnyTagClassName
{
color: #ADDE69;
}
</style>
background-color css
<style>
a { background-color: #ADDE69; }
a { background-color: rgb(173,222,105); }
div.DivClassName
{
background-color: #ADDE69;
}
.BgClassName
{
background-color: #ADDE69;
}
</style>
border-color css
<style>
span { border-color: #ADDE69; }
span { border-color: rgb(173,222,105); }
td.TdClassName
{
border-color: #ADDE69;
}
.TagClassName
{
border-color: #ADDE69;
}
</style>