Shades of Conifer #ADE765
Tints of Conifer #ADE765
RGB
CMYK
RGB Variations
Color information
#ADE765 (or 0xADE765) is known color: Conifer. HEX triplet: AD, E7 and 65. RGB value is (173,231,101). Sum of RGB (Red+Green+Blue) = 173+231+101=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE765 is #52189A. Grayscale: #C7C7C7. Windows color (decimal): -5380251 or 6678445. OLE color: 6678445.
HSL color Cylindrical-coordinate representation of color #ADE765: hue angle of 86.77º 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 #ADE765 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 101 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.09 |
| HSL | 86.77º | 0.73% | 0.65% | - |
| HSV(B) | 86.77º | 0.56% | 0.91% | - |
| XYZ | 48.16 | 66.98 | 22.7 | - |
| YUV | 198.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 101 | 0.25 | 0 | 0.56 | 0.09 | 86.77 | 0.73 | 0.65 |
| Hex | AD | E7 | 65 | 19 | 0 | 38 | 9 | 57 | 49 | 41 |
| Octal | 255 | 347 | 145 | 31 | 0 | 70 | 11 | 127 | 111 | 101 |
| Binary | 10101101 | 11100111 | 1100101 | 11001 | 0 | 111000 | 1001 | 1010111 | 1001001 | 1000001 |
Color Harmonies of #ADE765
Complementary color
Monochromatic Colors of #ADE765
Black with #ADE765
Text Example
Text Example
White with #ADE765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE765; }
p { color: rgb(173,231,101); }
H1.HeaderClassName
{
color: #ADE765;
}
.AnyTagClassName
{
color: #ADE765;
}
</style>
background-color css
<style>
a { background-color: #ADE765; }
a { background-color: rgb(173,231,101); }
div.DivClassName
{
background-color: #ADE765;
}
.BgClassName
{
background-color: #ADE765;
}
</style>
border-color css
<style>
span { border-color: #ADE765; }
span { border-color: rgb(173,231,101); }
td.TdClassName
{
border-color: #ADE765;
}
.TagClassName
{
border-color: #ADE765;
}
</style>