Shades of Conifer #ADDE68
Tints of Conifer #ADDE68
RGB
CMYK
RGB Variations
Color information
#ADDE68 (or 0xADDE68) is known color: Conifer. HEX triplet: AD, DE and 68. RGB value is (173,222,104). Sum of RGB (Red+Green+Blue) = 173+222+104=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE68 is #522197. Grayscale: #C2C2C2. Windows color (decimal): -5382552 or 6872749. OLE color: 6872749.
HSL color Cylindrical-coordinate representation of color #ADDE68: hue angle of 84.92º degrees, saturation: 0.64, 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 #ADDE68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 104 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.13 |
| HSL | 84.92º | 0.64% | 0.64% | - |
| HSV(B) | 84.92º | 0.53% | 0.87% | - |
| XYZ | 45.85 | 62.13 | 22.67 | - |
| YUV | 193.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 104 | 0.22 | 0 | 0.53 | 0.13 | 84.92 | 0.64 | 0.64 |
| Hex | AD | DE | 68 | 16 | 0 | 35 | D | 55 | 40 | 40 |
| Octal | 255 | 336 | 150 | 26 | 0 | 65 | 15 | 125 | 100 | 100 |
| Binary | 10101101 | 11011110 | 1101000 | 10110 | 0 | 110101 | 1101 | 1010101 | 1000000 | 1000000 |
Color Harmonies of #ADDE68
Complementary color
Monochromatic Colors of #ADDE68
Black with #ADDE68
Text Example
Text Example
White with #ADDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE68; }
p { color: rgb(173,222,104); }
H1.HeaderClassName
{
color: #ADDE68;
}
.AnyTagClassName
{
color: #ADDE68;
}
</style>
background-color css
<style>
a { background-color: #ADDE68; }
a { background-color: rgb(173,222,104); }
div.DivClassName
{
background-color: #ADDE68;
}
.BgClassName
{
background-color: #ADDE68;
}
</style>
border-color css
<style>
span { border-color: #ADDE68; }
span { border-color: rgb(173,222,104); }
td.TdClassName
{
border-color: #ADDE68;
}
.TagClassName
{
border-color: #ADDE68;
}
</style>