Shades of Conifer #ADD768
Tints of Conifer #ADD768
RGB
CMYK
RGB Variations
Color information
#ADD768 (or 0xADD768) is known color: Conifer. HEX triplet: AD, D7 and 68. RGB value is (173,215,104). Sum of RGB (Red+Green+Blue) = 173+215+104=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD768 is #522897. Grayscale: #BEBEBE. Windows color (decimal): -5384344 or 6870957. OLE color: 6870957.
HSL color Cylindrical-coordinate representation of color #ADD768: hue angle of 82.7º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD768 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 104 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.16 |
| HSL | 82.7º | 0.58% | 0.63% | - |
| HSV(B) | 82.7º | 0.52% | 0.84% | - |
| XYZ | 44.03 | 58.48 | 22.06 | - |
| YUV | 189.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 104 | 0.20 | 0 | 0.52 | 0.16 | 82.7 | 0.58 | 0.63 |
| Hex | AD | D7 | 68 | 14 | 0 | 34 | 10 | 53 | 3A | 3F |
| Octal | 255 | 327 | 150 | 24 | 0 | 64 | 20 | 123 | 72 | 77 |
| Binary | 10101101 | 11010111 | 1101000 | 10100 | 0 | 110100 | 10000 | 1010011 | 111010 | 111111 |
Color Harmonies of #ADD768
Complementary color
Monochromatic Colors of #ADD768
Black with #ADD768
Text Example
Text Example
White with #ADD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD768; }
p { color: rgb(173,215,104); }
H1.HeaderClassName
{
color: #ADD768;
}
.AnyTagClassName
{
color: #ADD768;
}
</style>
background-color css
<style>
a { background-color: #ADD768; }
a { background-color: rgb(173,215,104); }
div.DivClassName
{
background-color: #ADD768;
}
.BgClassName
{
background-color: #ADD768;
}
</style>
border-color css
<style>
span { border-color: #ADD768; }
span { border-color: rgb(173,215,104); }
td.TdClassName
{
border-color: #ADD768;
}
.TagClassName
{
border-color: #ADD768;
}
</style>