Shades of Conifer #ADDC4E
Tints of Conifer #ADDC4E
RGB
CMYK
RGB Variations
Color information
#ADDC4E (or 0xADDC4E) is known color: Conifer. HEX triplet: AD, DC and 4E. RGB value is (173,220,78). Sum of RGB (Red+Green+Blue) = 173+220+78=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC4E is #5223B1. Grayscale: #BEBEBE. Windows color (decimal): -5383090 or 5168301. OLE color: 5168301.
HSL color Cylindrical-coordinate representation of color #ADDC4E: hue angle of 79.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADDC4E is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 78 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.14 |
| HSL | 79.86º | 0.67% | 0.58% | - |
| HSV(B) | 79.86º | 0.65% | 0.86% | - |
| XYZ | 44.2 | 60.62 | 16.58 | - |
| YUV | 189.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 78 | 0.21 | 0 | 0.65 | 0.14 | 79.86 | 0.67 | 0.58 |
| Hex | AD | DC | 4E | 15 | 0 | 41 | E | 50 | 43 | 3A |
| Octal | 255 | 334 | 116 | 25 | 0 | 101 | 16 | 120 | 103 | 72 |
| Binary | 10101101 | 11011100 | 1001110 | 10101 | 0 | 1000001 | 1110 | 1010000 | 1000011 | 111010 |
Color Harmonies of #ADDC4E
Complementary color
Monochromatic Colors of #ADDC4E
Black with #ADDC4E
Text Example
Text Example
White with #ADDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC4E; }
p { color: rgb(173,220,78); }
H1.HeaderClassName
{
color: #ADDC4E;
}
.AnyTagClassName
{
color: #ADDC4E;
}
</style>
background-color css
<style>
a { background-color: #ADDC4E; }
a { background-color: rgb(173,220,78); }
div.DivClassName
{
background-color: #ADDC4E;
}
.BgClassName
{
background-color: #ADDC4E;
}
</style>
border-color css
<style>
span { border-color: #ADDC4E; }
span { border-color: rgb(173,220,78); }
td.TdClassName
{
border-color: #ADDC4E;
}
.TagClassName
{
border-color: #ADDC4E;
}
</style>