Shades of Conifer #ADDD68
Tints of Conifer #ADDD68
RGB
CMYK
RGB Variations
Color information
#ADDD68 (or 0xADDD68) is known color: Conifer. HEX triplet: AD, DD and 68. RGB value is (173,221,104). Sum of RGB (Red+Green+Blue) = 173+221+104=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD68 is #522297. Grayscale: #C1C1C1. Windows color (decimal): -5382808 or 6872493. OLE color: 6872493.
HSL color Cylindrical-coordinate representation of color #ADDD68: hue angle of 84.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADDD68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 104 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.13 |
| HSL | 84.62º | 0.63% | 0.64% | - |
| HSV(B) | 84.62º | 0.53% | 0.87% | - |
| XYZ | 45.59 | 61.6 | 22.58 | - |
| YUV | 193.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 104 | 0.22 | 0 | 0.53 | 0.13 | 84.62 | 0.63 | 0.64 |
| Hex | AD | DD | 68 | 16 | 0 | 35 | D | 55 | 3F | 40 |
| Octal | 255 | 335 | 150 | 26 | 0 | 65 | 15 | 125 | 77 | 100 |
| Binary | 10101101 | 11011101 | 1101000 | 10110 | 0 | 110101 | 1101 | 1010101 | 111111 | 1000000 |
Color Harmonies of #ADDD68
Complementary color
Monochromatic Colors of #ADDD68
Black with #ADDD68
Text Example
Text Example
White with #ADDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD68; }
p { color: rgb(173,221,104); }
H1.HeaderClassName
{
color: #ADDD68;
}
.AnyTagClassName
{
color: #ADDD68;
}
</style>
background-color css
<style>
a { background-color: #ADDD68; }
a { background-color: rgb(173,221,104); }
div.DivClassName
{
background-color: #ADDD68;
}
.BgClassName
{
background-color: #ADDD68;
}
</style>
border-color css
<style>
span { border-color: #ADDD68; }
span { border-color: rgb(173,221,104); }
td.TdClassName
{
border-color: #ADDD68;
}
.TagClassName
{
border-color: #ADDD68;
}
</style>