Shades of Conifer #ADDE5D
Tints of Conifer #ADDE5D
RGB
CMYK
RGB Variations
Color information
#ADDE5D (or 0xADDE5D) is known color: Conifer. HEX triplet: AD, DE and 5D. RGB value is (173,222,93). Sum of RGB (Red+Green+Blue) = 173+222+93=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE5D is #5221A2. Grayscale: #C1C1C1. Windows color (decimal): -5382563 or 6151853. OLE color: 6151853.
HSL color Cylindrical-coordinate representation of color #ADDE5D: hue angle of 82.79º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADDE5D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 93 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.13 |
| HSL | 82.79º | 0.66% | 0.62% | - |
| HSV(B) | 82.79º | 0.58% | 0.87% | - |
| XYZ | 45.33 | 61.92 | 19.92 | - |
| YUV | 192.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 93 | 0.22 | 0 | 0.58 | 0.13 | 82.79 | 0.66 | 0.62 |
| Hex | AD | DE | 5D | 16 | 0 | 3A | D | 53 | 42 | 3E |
| Octal | 255 | 336 | 135 | 26 | 0 | 72 | 15 | 123 | 102 | 76 |
| Binary | 10101101 | 11011110 | 1011101 | 10110 | 0 | 111010 | 1101 | 1010011 | 1000010 | 111110 |
Color Harmonies of #ADDE5D
Complementary color
Monochromatic Colors of #ADDE5D
Black with #ADDE5D
Text Example
Text Example
White with #ADDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE5D; }
p { color: rgb(173,222,93); }
H1.HeaderClassName
{
color: #ADDE5D;
}
.AnyTagClassName
{
color: #ADDE5D;
}
</style>
background-color css
<style>
a { background-color: #ADDE5D; }
a { background-color: rgb(173,222,93); }
div.DivClassName
{
background-color: #ADDE5D;
}
.BgClassName
{
background-color: #ADDE5D;
}
</style>
border-color css
<style>
span { border-color: #ADDE5D; }
span { border-color: rgb(173,222,93); }
td.TdClassName
{
border-color: #ADDE5D;
}
.TagClassName
{
border-color: #ADDE5D;
}
</style>