Shades of Conifer #ADE369
Tints of Conifer #ADE369
RGB
CMYK
RGB Variations
Color information
#ADE369 (or 0xADE369) is known color: Conifer. HEX triplet: AD, E3 and 69. RGB value is (173,227,105). Sum of RGB (Red+Green+Blue) = 173+227+105=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE369 is #521C96. Grayscale: #C5C5C5. Windows color (decimal): -5381271 or 6939565. OLE color: 6939565.
HSL color Cylindrical-coordinate representation of color #ADE369: hue angle of 86.56º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE369 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 105 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.11 |
| HSL | 86.56º | 0.69% | 0.65% | - |
| HSV(B) | 86.56º | 0.54% | 0.89% | - |
| XYZ | 47.25 | 64.84 | 23.39 | - |
| YUV | 196.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 105 | 0.24 | 0 | 0.54 | 0.11 | 86.56 | 0.69 | 0.65 |
| Hex | AD | E3 | 69 | 18 | 0 | 36 | B | 57 | 45 | 41 |
| Octal | 255 | 343 | 151 | 30 | 0 | 66 | 13 | 127 | 105 | 101 |
| Binary | 10101101 | 11100011 | 1101001 | 11000 | 0 | 110110 | 1011 | 1010111 | 1000101 | 1000001 |
Color Harmonies of #ADE369
Complementary color
Monochromatic Colors of #ADE369
Black with #ADE369
Text Example
Text Example
White with #ADE369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE369; }
p { color: rgb(173,227,105); }
H1.HeaderClassName
{
color: #ADE369;
}
.AnyTagClassName
{
color: #ADE369;
}
</style>
background-color css
<style>
a { background-color: #ADE369; }
a { background-color: rgb(173,227,105); }
div.DivClassName
{
background-color: #ADE369;
}
.BgClassName
{
background-color: #ADE369;
}
</style>
border-color css
<style>
span { border-color: #ADE369; }
span { border-color: rgb(173,227,105); }
td.TdClassName
{
border-color: #ADE369;
}
.TagClassName
{
border-color: #ADE369;
}
</style>