Shades of Conifer #ADDD4E
Tints of Conifer #ADDD4E
RGB
CMYK
RGB Variations
Color information
#ADDD4E (or 0xADDD4E) is known color: Conifer. HEX triplet: AD, DD and 4E. RGB value is (173,221,78). Sum of RGB (Red+Green+Blue) = 173+221+78=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD4E is #5222B1. Grayscale: #BEBEBE. Windows color (decimal): -5382834 or 5168557. OLE color: 5168557.
HSL color Cylindrical-coordinate representation of color #ADDD4E: hue angle of 80.14º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADDD4E is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 78 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.13 |
| HSL | 80.14º | 0.68% | 0.59% | - |
| HSV(B) | 80.14º | 0.65% | 0.87% | - |
| XYZ | 44.47 | 61.15 | 16.67 | - |
| YUV | 190.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 78 | 0.22 | 0 | 0.65 | 0.13 | 80.14 | 0.68 | 0.59 |
| Hex | AD | DD | 4E | 16 | 0 | 41 | D | 50 | 44 | 3B |
| Octal | 255 | 335 | 116 | 26 | 0 | 101 | 15 | 120 | 104 | 73 |
| Binary | 10101101 | 11011101 | 1001110 | 10110 | 0 | 1000001 | 1101 | 1010000 | 1000100 | 111011 |
Color Harmonies of #ADDD4E
Complementary color
Monochromatic Colors of #ADDD4E
Black with #ADDD4E
Text Example
Text Example
White with #ADDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD4E; }
p { color: rgb(173,221,78); }
H1.HeaderClassName
{
color: #ADDD4E;
}
.AnyTagClassName
{
color: #ADDD4E;
}
</style>
background-color css
<style>
a { background-color: #ADDD4E; }
a { background-color: rgb(173,221,78); }
div.DivClassName
{
background-color: #ADDD4E;
}
.BgClassName
{
background-color: #ADDD4E;
}
</style>
border-color css
<style>
span { border-color: #ADDD4E; }
span { border-color: rgb(173,221,78); }
td.TdClassName
{
border-color: #ADDD4E;
}
.TagClassName
{
border-color: #ADDD4E;
}
</style>