Shades of Conifer #ADD456
Tints of Conifer #ADD456
RGB
CMYK
RGB Variations
Color information
#ADD456 (or 0xADD456) is known color: Conifer. HEX triplet: AD, D4 and 56. RGB value is (173,212,86). Sum of RGB (Red+Green+Blue) = 173+212+86=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD456 is #522BA9. Grayscale: #BABABA. Windows color (decimal): -5385130 or 5690541. OLE color: 5690541.
HSL color Cylindrical-coordinate representation of color #ADD456: hue angle of 78.57º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADD456 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 86 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.17 |
| HSL | 78.57º | 0.59% | 0.58% | - |
| HSV(B) | 78.57º | 0.59% | 0.83% | - |
| XYZ | 42.46 | 56.64 | 17.5 | - |
| YUV | 185.98 | 71.58 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 86 | 0.18 | 0 | 0.59 | 0.17 | 78.57 | 0.59 | 0.58 |
| Hex | AD | D4 | 56 | 12 | 0 | 3B | 11 | 4F | 3B | 3A |
| Octal | 255 | 324 | 126 | 22 | 0 | 73 | 21 | 117 | 73 | 72 |
| Binary | 10101101 | 11010100 | 1010110 | 10010 | 0 | 111011 | 10001 | 1001111 | 111011 | 111010 |
Color Harmonies of #ADD456
Complementary color
Monochromatic Colors of #ADD456
Black with #ADD456
Text Example
Text Example
White with #ADD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD456; }
p { color: rgb(173,212,86); }
H1.HeaderClassName
{
color: #ADD456;
}
.AnyTagClassName
{
color: #ADD456;
}
</style>
background-color css
<style>
a { background-color: #ADD456; }
a { background-color: rgb(173,212,86); }
div.DivClassName
{
background-color: #ADD456;
}
.BgClassName
{
background-color: #ADD456;
}
</style>
border-color css
<style>
span { border-color: #ADD456; }
span { border-color: rgb(173,212,86); }
td.TdClassName
{
border-color: #ADD456;
}
.TagClassName
{
border-color: #ADD456;
}
</style>