Shades of Conifer #ADD854
Tints of Conifer #ADD854
RGB
CMYK
RGB Variations
Color information
#ADD854 (or 0xADD854) is known color: Conifer. HEX triplet: AD, D8 and 54. RGB value is (173,216,84). Sum of RGB (Red+Green+Blue) = 173+216+84=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD854 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD854 is #5227AB. Grayscale: #BCBCBC. Windows color (decimal): -5384108 or 5560493. OLE color: 5560493.
HSL color Cylindrical-coordinate representation of color #ADD854: hue angle of 79.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADD854 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 84 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.15 |
| HSL | 79.55º | 0.63% | 0.59% | - |
| HSV(B) | 79.55º | 0.61% | 0.85% | - |
| XYZ | 43.39 | 58.64 | 17.42 | - |
| YUV | 188.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 84 | 0.20 | 0 | 0.61 | 0.15 | 79.55 | 0.63 | 0.59 |
| Hex | AD | D8 | 54 | 14 | 0 | 3D | F | 50 | 3F | 3B |
| Octal | 255 | 330 | 124 | 24 | 0 | 75 | 17 | 120 | 77 | 73 |
| Binary | 10101101 | 11011000 | 1010100 | 10100 | 0 | 111101 | 1111 | 1010000 | 111111 | 111011 |
Color Harmonies of #ADD854
Complementary color
Monochromatic Colors of #ADD854
Black with #ADD854
Text Example
Text Example
White with #ADD854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD854; }
p { color: rgb(173,216,84); }
H1.HeaderClassName
{
color: #ADD854;
}
.AnyTagClassName
{
color: #ADD854;
}
</style>
background-color css
<style>
a { background-color: #ADD854; }
a { background-color: rgb(173,216,84); }
div.DivClassName
{
background-color: #ADD854;
}
.BgClassName
{
background-color: #ADD854;
}
</style>
border-color css
<style>
span { border-color: #ADD854; }
span { border-color: rgb(173,216,84); }
td.TdClassName
{
border-color: #ADD854;
}
.TagClassName
{
border-color: #ADD854;
}
</style>