Shades of Conifer #ADDC5E
Tints of Conifer #ADDC5E
RGB
CMYK
RGB Variations
Color information
#ADDC5E (or 0xADDC5E) is known color: Conifer. HEX triplet: AD, DC and 5E. RGB value is (173,220,94). Sum of RGB (Red+Green+Blue) = 173+220+94=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC5E is #5223A1. Grayscale: #C0C0C0. Windows color (decimal): -5383074 or 6216877. OLE color: 6216877.
HSL color Cylindrical-coordinate representation of color #ADDC5E: hue angle of 82.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADDC5E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 94 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.14 |
| HSL | 82.38º | 0.64% | 0.62% | - |
| HSV(B) | 82.38º | 0.57% | 0.86% | - |
| XYZ | 44.85 | 60.88 | 19.98 | - |
| YUV | 191.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 94 | 0.21 | 0 | 0.57 | 0.14 | 82.38 | 0.64 | 0.62 |
| Hex | AD | DC | 5E | 15 | 0 | 39 | E | 52 | 40 | 3E |
| Octal | 255 | 334 | 136 | 25 | 0 | 71 | 16 | 122 | 100 | 76 |
| Binary | 10101101 | 11011100 | 1011110 | 10101 | 0 | 111001 | 1110 | 1010010 | 1000000 | 111110 |
Color Harmonies of #ADDC5E
Complementary color
Monochromatic Colors of #ADDC5E
Black with #ADDC5E
Text Example
Text Example
White with #ADDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC5E; }
p { color: rgb(173,220,94); }
H1.HeaderClassName
{
color: #ADDC5E;
}
.AnyTagClassName
{
color: #ADDC5E;
}
</style>
background-color css
<style>
a { background-color: #ADDC5E; }
a { background-color: rgb(173,220,94); }
div.DivClassName
{
background-color: #ADDC5E;
}
.BgClassName
{
background-color: #ADDC5E;
}
</style>
border-color css
<style>
span { border-color: #ADDC5E; }
span { border-color: rgb(173,220,94); }
td.TdClassName
{
border-color: #ADDC5E;
}
.TagClassName
{
border-color: #ADDC5E;
}
</style>