Shades of Conifer #ADDC58
Tints of Conifer #ADDC58
RGB
CMYK
RGB Variations
Color information
#ADDC58 (or 0xADDC58) is known color: Conifer. HEX triplet: AD, DC and 58. RGB value is (173,220,88). Sum of RGB (Red+Green+Blue) = 173+220+88=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC58 is #5223A7. Grayscale: #BFBFBF. Windows color (decimal): -5383080 or 5823661. OLE color: 5823661.
HSL color Cylindrical-coordinate representation of color #ADDC58: hue angle of 81.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADDC58 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 88 | - |
| CMYK | 0.21 | 0 | 0.6 | 0.14 |
| HSL | 81.36º | 0.65% | 0.6% | - |
| HSV(B) | 81.36º | 0.6% | 0.86% | - |
| XYZ | 44.59 | 60.78 | 18.61 | - |
| YUV | 190.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 88 | 0.21 | 0 | 0.6 | 0.14 | 81.36 | 0.65 | 0.6 |
| Hex | AD | DC | 58 | 15 | 0 | 3C | E | 51 | 41 | 3C |
| Octal | 255 | 334 | 130 | 25 | 0 | 74 | 16 | 121 | 101 | 74 |
| Binary | 10101101 | 11011100 | 1011000 | 10101 | 0 | 111100 | 1110 | 1010001 | 1000001 | 111100 |
Color Harmonies of #ADDC58
Complementary color
Monochromatic Colors of #ADDC58
Black with #ADDC58
Text Example
Text Example
White with #ADDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC58; }
p { color: rgb(173,220,88); }
H1.HeaderClassName
{
color: #ADDC58;
}
.AnyTagClassName
{
color: #ADDC58;
}
</style>
background-color css
<style>
a { background-color: #ADDC58; }
a { background-color: rgb(173,220,88); }
div.DivClassName
{
background-color: #ADDC58;
}
.BgClassName
{
background-color: #ADDC58;
}
</style>
border-color css
<style>
span { border-color: #ADDC58; }
span { border-color: rgb(173,220,88); }
td.TdClassName
{
border-color: #ADDC58;
}
.TagClassName
{
border-color: #ADDC58;
}
</style>