Shades of Conifer #ADD258
Tints of Conifer #ADD258
RGB
CMYK
RGB Variations
Color information
#ADD258 (or 0xADD258) is known color: Conifer. HEX triplet: AD, D2 and 58. RGB value is (173,210,88). Sum of RGB (Red+Green+Blue) = 173+210+88=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD258 is #522DA7. Grayscale: #B9B9B9. Windows color (decimal): -5385640 or 5821101. OLE color: 5821101.
HSL color Cylindrical-coordinate representation of color #ADD258: hue angle of 78.2º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADD258 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 88 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.18 |
| HSL | 78.2º | 0.58% | 0.58% | - |
| HSV(B) | 78.2º | 0.58% | 0.82% | - |
| XYZ | 42.04 | 55.68 | 17.76 | - |
| YUV | 185.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 88 | 0.18 | 0 | 0.58 | 0.18 | 78.2 | 0.58 | 0.58 |
| Hex | AD | D2 | 58 | 12 | 0 | 3A | 12 | 4E | 3A | 3A |
| Octal | 255 | 322 | 130 | 22 | 0 | 72 | 22 | 116 | 72 | 72 |
| Binary | 10101101 | 11010010 | 1011000 | 10010 | 0 | 111010 | 10010 | 1001110 | 111010 | 111010 |
Color Harmonies of #ADD258
Complementary color
Monochromatic Colors of #ADD258
Black with #ADD258
Text Example
Text Example
White with #ADD258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD258; }
p { color: rgb(173,210,88); }
H1.HeaderClassName
{
color: #ADD258;
}
.AnyTagClassName
{
color: #ADD258;
}
</style>
background-color css
<style>
a { background-color: #ADD258; }
a { background-color: rgb(173,210,88); }
div.DivClassName
{
background-color: #ADD258;
}
.BgClassName
{
background-color: #ADD258;
}
</style>
border-color css
<style>
span { border-color: #ADD258; }
span { border-color: rgb(173,210,88); }
td.TdClassName
{
border-color: #ADD258;
}
.TagClassName
{
border-color: #ADD258;
}
</style>