Shades of Conifer #ADDC5C
Tints of Conifer #ADDC5C
RGB
CMYK
RGB Variations
Color information
#ADDC5C (or 0xADDC5C) is known color: Conifer. HEX triplet: AD, DC and 5C. RGB value is (173,220,92). Sum of RGB (Red+Green+Blue) = 173+220+92=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC5C is #5223A3. Grayscale: #BFBFBF. Windows color (decimal): -5383076 or 6085805. OLE color: 6085805.
HSL color Cylindrical-coordinate representation of color #ADDC5C: hue angle of 82.03º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADDC5C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 92 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.14 |
| HSL | 82.03º | 0.65% | 0.61% | - |
| HSV(B) | 82.03º | 0.58% | 0.86% | - |
| XYZ | 44.76 | 60.84 | 19.51 | - |
| YUV | 191.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 92 | 0.21 | 0 | 0.58 | 0.14 | 82.03 | 0.65 | 0.61 |
| Hex | AD | DC | 5C | 15 | 0 | 3A | E | 52 | 41 | 3D |
| Octal | 255 | 334 | 134 | 25 | 0 | 72 | 16 | 122 | 101 | 75 |
| Binary | 10101101 | 11011100 | 1011100 | 10101 | 0 | 111010 | 1110 | 1010010 | 1000001 | 111101 |
Color Harmonies of #ADDC5C
Complementary color
Monochromatic Colors of #ADDC5C
Black with #ADDC5C
Text Example
Text Example
White with #ADDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC5C; }
p { color: rgb(173,220,92); }
H1.HeaderClassName
{
color: #ADDC5C;
}
.AnyTagClassName
{
color: #ADDC5C;
}
</style>
background-color css
<style>
a { background-color: #ADDC5C; }
a { background-color: rgb(173,220,92); }
div.DivClassName
{
background-color: #ADDC5C;
}
.BgClassName
{
background-color: #ADDC5C;
}
</style>
border-color css
<style>
span { border-color: #ADDC5C; }
span { border-color: rgb(173,220,92); }
td.TdClassName
{
border-color: #ADDC5C;
}
.TagClassName
{
border-color: #ADDC5C;
}
</style>