Shades of Conifer #ADE86A
Tints of Conifer #ADE86A
RGB
CMYK
RGB Variations
Color information
#ADE86A (or 0xADE86A) is known color: Conifer. HEX triplet: AD, E8 and 6A. RGB value is (173,232,106). Sum of RGB (Red+Green+Blue) = 173+232+106=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE86A is #521795. Grayscale: #C8C8C8. Windows color (decimal): -5379990 or 7006381. OLE color: 7006381.
HSL color Cylindrical-coordinate representation of color #ADE86A: hue angle of 88.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE86A is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 106 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.09 |
| HSL | 88.1º | 0.73% | 0.66% | - |
| HSV(B) | 88.1º | 0.54% | 0.91% | - |
| XYZ | 48.69 | 67.64 | 24.12 | - |
| YUV | 200 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 106 | 0.25 | 0 | 0.54 | 0.09 | 88.1 | 0.73 | 0.66 |
| Hex | AD | E8 | 6A | 19 | 0 | 36 | 9 | 58 | 49 | 42 |
| Octal | 255 | 350 | 152 | 31 | 0 | 66 | 11 | 130 | 111 | 102 |
| Binary | 10101101 | 11101000 | 1101010 | 11001 | 0 | 110110 | 1001 | 1011000 | 1001001 | 1000010 |
Color Harmonies of #ADE86A
Complementary color
Monochromatic Colors of #ADE86A
Black with #ADE86A
Text Example
Text Example
White with #ADE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE86A; }
p { color: rgb(173,232,106); }
H1.HeaderClassName
{
color: #ADE86A;
}
.AnyTagClassName
{
color: #ADE86A;
}
</style>
background-color css
<style>
a { background-color: #ADE86A; }
a { background-color: rgb(173,232,106); }
div.DivClassName
{
background-color: #ADE86A;
}
.BgClassName
{
background-color: #ADE86A;
}
</style>
border-color css
<style>
span { border-color: #ADE86A; }
span { border-color: rgb(173,232,106); }
td.TdClassName
{
border-color: #ADE86A;
}
.TagClassName
{
border-color: #ADE86A;
}
</style>