Shades of Conifer #ADD455
Tints of Conifer #ADD455
RGB
CMYK
RGB Variations
Color information
#ADD455 (or 0xADD455) is known color: Conifer. HEX triplet: AD, D4 and 55. RGB value is (173,212,85). Sum of RGB (Red+Green+Blue) = 173+212+85=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD455 is #522BAA. Grayscale: #BABABA. Windows color (decimal): -5385131 or 5625005. OLE color: 5625005.
HSL color Cylindrical-coordinate representation of color #ADD455: hue angle of 78.43º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADD455 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 85 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.17 |
| HSL | 78.43º | 0.6% | 0.58% | - |
| HSV(B) | 78.43º | 0.6% | 0.83% | - |
| XYZ | 42.42 | 56.63 | 17.29 | - |
| YUV | 185.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 85 | 0.18 | 0 | 0.60 | 0.17 | 78.43 | 0.6 | 0.58 |
| Hex | AD | D4 | 55 | 12 | 0 | 3C | 11 | 4E | 3C | 3A |
| Octal | 255 | 324 | 125 | 22 | 0 | 74 | 21 | 116 | 74 | 72 |
| Binary | 10101101 | 11010100 | 1010101 | 10010 | 0 | 111100 | 10001 | 1001110 | 111100 | 111010 |
Color Harmonies of #ADD455
Complementary color
Monochromatic Colors of #ADD455
Black with #ADD455
Text Example
Text Example
White with #ADD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD455; }
p { color: rgb(173,212,85); }
H1.HeaderClassName
{
color: #ADD455;
}
.AnyTagClassName
{
color: #ADD455;
}
</style>
background-color css
<style>
a { background-color: #ADD455; }
a { background-color: rgb(173,212,85); }
div.DivClassName
{
background-color: #ADD455;
}
.BgClassName
{
background-color: #ADD455;
}
</style>
border-color css
<style>
span { border-color: #ADD455; }
span { border-color: rgb(173,212,85); }
td.TdClassName
{
border-color: #ADD455;
}
.TagClassName
{
border-color: #ADD455;
}
</style>