Shades of Conifer #ADE95D
Tints of Conifer #ADE95D
RGB
CMYK
RGB Variations
Color information
#ADE95D (or 0xADE95D) is known color: Conifer. HEX triplet: AD, E9 and 5D. RGB value is (173,233,93). Sum of RGB (Red+Green+Blue) = 173+233+93=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE95D is #5216A2. Grayscale: #C7C7C7. Windows color (decimal): -5379747 or 6154669. OLE color: 6154669.
HSL color Cylindrical-coordinate representation of color #ADE95D: hue angle of 85.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE95D is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 93 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.09 |
| HSL | 85.71º | 0.76% | 0.64% | - |
| HSV(B) | 85.71º | 0.6% | 0.91% | - |
| XYZ | 48.35 | 67.95 | 20.92 | - |
| YUV | 199.1 | 68.12 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 93 | 0.26 | 0 | 0.60 | 0.09 | 85.71 | 0.76 | 0.64 |
| Hex | AD | E9 | 5D | 1A | 0 | 3C | 9 | 56 | 4C | 40 |
| Octal | 255 | 351 | 135 | 32 | 0 | 74 | 11 | 126 | 114 | 100 |
| Binary | 10101101 | 11101001 | 1011101 | 11010 | 0 | 111100 | 1001 | 1010110 | 1001100 | 1000000 |
Color Harmonies of #ADE95D
Complementary color
Monochromatic Colors of #ADE95D
Black with #ADE95D
Text Example
Text Example
White with #ADE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE95D; }
p { color: rgb(173,233,93); }
H1.HeaderClassName
{
color: #ADE95D;
}
.AnyTagClassName
{
color: #ADE95D;
}
</style>
background-color css
<style>
a { background-color: #ADE95D; }
a { background-color: rgb(173,233,93); }
div.DivClassName
{
background-color: #ADE95D;
}
.BgClassName
{
background-color: #ADE95D;
}
</style>
border-color css
<style>
span { border-color: #ADE95D; }
span { border-color: rgb(173,233,93); }
td.TdClassName
{
border-color: #ADE95D;
}
.TagClassName
{
border-color: #ADE95D;
}
</style>