Shades of Conifer #ADDC59
Tints of Conifer #ADDC59
RGB
CMYK
RGB Variations
Color information
#ADDC59 (or 0xADDC59) is known color: Conifer. HEX triplet: AD, DC and 59. RGB value is (173,220,89). Sum of RGB (Red+Green+Blue) = 173+220+89=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC59 is #5223A6. Grayscale: #BFBFBF. Windows color (decimal): -5383079 or 5889197. OLE color: 5889197.
HSL color Cylindrical-coordinate representation of color #ADDC59: hue angle of 81.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADDC59 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 89 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.14 |
| HSL | 81.53º | 0.65% | 0.61% | - |
| HSV(B) | 81.53º | 0.6% | 0.86% | - |
| XYZ | 44.63 | 60.79 | 18.83 | - |
| YUV | 191.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 89 | 0.21 | 0 | 0.60 | 0.14 | 81.53 | 0.65 | 0.61 |
| Hex | AD | DC | 59 | 15 | 0 | 3C | E | 52 | 41 | 3D |
| Octal | 255 | 334 | 131 | 25 | 0 | 74 | 16 | 122 | 101 | 75 |
| Binary | 10101101 | 11011100 | 1011001 | 10101 | 0 | 111100 | 1110 | 1010010 | 1000001 | 111101 |
Color Harmonies of #ADDC59
Complementary color
Monochromatic Colors of #ADDC59
Black with #ADDC59
Text Example
Text Example
White with #ADDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC59; }
p { color: rgb(173,220,89); }
H1.HeaderClassName
{
color: #ADDC59;
}
.AnyTagClassName
{
color: #ADDC59;
}
</style>
background-color css
<style>
a { background-color: #ADDC59; }
a { background-color: rgb(173,220,89); }
div.DivClassName
{
background-color: #ADDC59;
}
.BgClassName
{
background-color: #ADDC59;
}
</style>
border-color css
<style>
span { border-color: #ADDC59; }
span { border-color: rgb(173,220,89); }
td.TdClassName
{
border-color: #ADDC59;
}
.TagClassName
{
border-color: #ADDC59;
}
</style>