Shades of Conifer #ADD558
Tints of Conifer #ADD558
RGB
CMYK
RGB Variations
Color information
#ADD558 (or 0xADD558) is known color: Conifer. HEX triplet: AD, D5 and 58. RGB value is (173,213,88). Sum of RGB (Red+Green+Blue) = 173+213+88=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD558 is #522AA7. Grayscale: #BBBBBB. Windows color (decimal): -5384872 or 5821869. OLE color: 5821869.
HSL color Cylindrical-coordinate representation of color #ADD558: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADD558 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 88 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.16 |
| HSL | 79.2º | 0.6% | 0.59% | - |
| HSV(B) | 79.2º | 0.59% | 0.84% | - |
| XYZ | 42.79 | 57.18 | 18.01 | - |
| YUV | 186.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 88 | 0.19 | 0 | 0.59 | 0.16 | 79.2 | 0.6 | 0.59 |
| Hex | AD | D5 | 58 | 13 | 0 | 3B | 10 | 4F | 3C | 3B |
| Octal | 255 | 325 | 130 | 23 | 0 | 73 | 20 | 117 | 74 | 73 |
| Binary | 10101101 | 11010101 | 1011000 | 10011 | 0 | 111011 | 10000 | 1001111 | 111100 | 111011 |
Color Harmonies of #ADD558
Complementary color
Monochromatic Colors of #ADD558
Black with #ADD558
Text Example
Text Example
White with #ADD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD558; }
p { color: rgb(173,213,88); }
H1.HeaderClassName
{
color: #ADD558;
}
.AnyTagClassName
{
color: #ADD558;
}
</style>
background-color css
<style>
a { background-color: #ADD558; }
a { background-color: rgb(173,213,88); }
div.DivClassName
{
background-color: #ADD558;
}
.BgClassName
{
background-color: #ADD558;
}
</style>
border-color css
<style>
span { border-color: #ADD558; }
span { border-color: rgb(173,213,88); }
td.TdClassName
{
border-color: #ADD558;
}
.TagClassName
{
border-color: #ADD558;
}
</style>