Shades of Conifer #ADD458
Tints of Conifer #ADD458
RGB
CMYK
RGB Variations
Color information
#ADD458 (or 0xADD458) is known color: Conifer. HEX triplet: AD, D4 and 58. RGB value is (173,212,88). Sum of RGB (Red+Green+Blue) = 173+212+88=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD458 is #522BA7. Grayscale: #BABABA. Windows color (decimal): -5385128 or 5821613. OLE color: 5821613.
HSL color Cylindrical-coordinate representation of color #ADD458: hue angle of 78.87º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADD458 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 88 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.17 |
| HSL | 78.87º | 0.59% | 0.59% | - |
| HSV(B) | 78.87º | 0.58% | 0.83% | - |
| XYZ | 42.54 | 56.68 | 17.93 | - |
| YUV | 186.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 88 | 0.18 | 0 | 0.58 | 0.17 | 78.87 | 0.59 | 0.59 |
| Hex | AD | D4 | 58 | 12 | 0 | 3A | 11 | 4F | 3B | 3B |
| Octal | 255 | 324 | 130 | 22 | 0 | 72 | 21 | 117 | 73 | 73 |
| Binary | 10101101 | 11010100 | 1011000 | 10010 | 0 | 111010 | 10001 | 1001111 | 111011 | 111011 |
Color Harmonies of #ADD458
Complementary color
Monochromatic Colors of #ADD458
Black with #ADD458
Text Example
Text Example
White with #ADD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD458; }
p { color: rgb(173,212,88); }
H1.HeaderClassName
{
color: #ADD458;
}
.AnyTagClassName
{
color: #ADD458;
}
</style>
background-color css
<style>
a { background-color: #ADD458; }
a { background-color: rgb(173,212,88); }
div.DivClassName
{
background-color: #ADD458;
}
.BgClassName
{
background-color: #ADD458;
}
</style>
border-color css
<style>
span { border-color: #ADD458; }
span { border-color: rgb(173,212,88); }
td.TdClassName
{
border-color: #ADD458;
}
.TagClassName
{
border-color: #ADD458;
}
</style>