Shades of Conifer #ADDD5E
Tints of Conifer #ADDD5E
RGB
CMYK
RGB Variations
Color information
#ADDD5E (or 0xADDD5E) is known color: Conifer. HEX triplet: AD, DD and 5E. RGB value is (173,221,94). Sum of RGB (Red+Green+Blue) = 173+221+94=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD5E is #5222A1. Grayscale: #C0C0C0. Windows color (decimal): -5382818 or 6217133. OLE color: 6217133.
HSL color Cylindrical-coordinate representation of color #ADDD5E: hue angle of 82.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADDD5E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 94 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.13 |
| HSL | 82.68º | 0.65% | 0.62% | - |
| HSV(B) | 82.68º | 0.57% | 0.87% | - |
| XYZ | 45.11 | 61.41 | 20.06 | - |
| YUV | 192.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 94 | 0.22 | 0 | 0.57 | 0.13 | 82.68 | 0.65 | 0.62 |
| Hex | AD | DD | 5E | 16 | 0 | 39 | D | 53 | 41 | 3E |
| Octal | 255 | 335 | 136 | 26 | 0 | 71 | 15 | 123 | 101 | 76 |
| Binary | 10101101 | 11011101 | 1011110 | 10110 | 0 | 111001 | 1101 | 1010011 | 1000001 | 111110 |
Color Harmonies of #ADDD5E
Complementary color
Monochromatic Colors of #ADDD5E
Black with #ADDD5E
Text Example
Text Example
White with #ADDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD5E; }
p { color: rgb(173,221,94); }
H1.HeaderClassName
{
color: #ADDD5E;
}
.AnyTagClassName
{
color: #ADDD5E;
}
</style>
background-color css
<style>
a { background-color: #ADDD5E; }
a { background-color: rgb(173,221,94); }
div.DivClassName
{
background-color: #ADDD5E;
}
.BgClassName
{
background-color: #ADDD5E;
}
</style>
border-color css
<style>
span { border-color: #ADDD5E; }
span { border-color: rgb(173,221,94); }
td.TdClassName
{
border-color: #ADDD5E;
}
.TagClassName
{
border-color: #ADDD5E;
}
</style>