Shades of Conifer #ADE766
Tints of Conifer #ADE766
RGB
CMYK
RGB Variations
Color information
#ADE766 (or 0xADE766) is known color: Conifer. HEX triplet: AD, E7 and 66. RGB value is (173,231,102). Sum of RGB (Red+Green+Blue) = 173+231+102=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE766 is #521899. Grayscale: #C7C7C7. Windows color (decimal): -5380250 or 6743981. OLE color: 6743981.
HSL color Cylindrical-coordinate representation of color #ADE766: hue angle of 86.98º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADE766 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 102 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.09 |
| HSL | 86.98º | 0.73% | 0.65% | - |
| HSV(B) | 86.98º | 0.56% | 0.91% | - |
| XYZ | 48.21 | 67 | 22.96 | - |
| YUV | 198.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 102 | 0.25 | 0 | 0.56 | 0.09 | 86.98 | 0.73 | 0.65 |
| Hex | AD | E7 | 66 | 19 | 0 | 38 | 9 | 57 | 49 | 41 |
| Octal | 255 | 347 | 146 | 31 | 0 | 70 | 11 | 127 | 111 | 101 |
| Binary | 10101101 | 11100111 | 1100110 | 11001 | 0 | 111000 | 1001 | 1010111 | 1001001 | 1000001 |
Color Harmonies of #ADE766
Complementary color
Monochromatic Colors of #ADE766
Black with #ADE766
Text Example
Text Example
White with #ADE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE766; }
p { color: rgb(173,231,102); }
H1.HeaderClassName
{
color: #ADE766;
}
.AnyTagClassName
{
color: #ADE766;
}
</style>
background-color css
<style>
a { background-color: #ADE766; }
a { background-color: rgb(173,231,102); }
div.DivClassName
{
background-color: #ADE766;
}
.BgClassName
{
background-color: #ADE766;
}
</style>
border-color css
<style>
span { border-color: #ADE766; }
span { border-color: rgb(173,231,102); }
td.TdClassName
{
border-color: #ADE766;
}
.TagClassName
{
border-color: #ADE766;
}
</style>