Shades of Conifer #ADD853
Tints of Conifer #ADD853
RGB
CMYK
RGB Variations
Color information
#ADD853 (or 0xADD853) is known color: Conifer. HEX triplet: AD, D8 and 53. RGB value is (173,216,83). Sum of RGB (Red+Green+Blue) = 173+216+83=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD853 is #5227AC. Grayscale: #BCBCBC. Windows color (decimal): -5384109 or 5494957. OLE color: 5494957.
HSL color Cylindrical-coordinate representation of color #ADD853: hue angle of 79.4º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD853 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 83 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.15 |
| HSL | 79.4º | 0.63% | 0.59% | - |
| HSV(B) | 79.4º | 0.62% | 0.85% | - |
| XYZ | 43.35 | 58.62 | 17.21 | - |
| YUV | 187.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 83 | 0.20 | 0 | 0.62 | 0.15 | 79.4 | 0.63 | 0.59 |
| Hex | AD | D8 | 53 | 14 | 0 | 3E | F | 4F | 3F | 3B |
| Octal | 255 | 330 | 123 | 24 | 0 | 76 | 17 | 117 | 77 | 73 |
| Binary | 10101101 | 11011000 | 1010011 | 10100 | 0 | 111110 | 1111 | 1001111 | 111111 | 111011 |
Color Harmonies of #ADD853
Complementary color
Monochromatic Colors of #ADD853
Black with #ADD853
Text Example
Text Example
White with #ADD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD853; }
p { color: rgb(173,216,83); }
H1.HeaderClassName
{
color: #ADD853;
}
.AnyTagClassName
{
color: #ADD853;
}
</style>
background-color css
<style>
a { background-color: #ADD853; }
a { background-color: rgb(173,216,83); }
div.DivClassName
{
background-color: #ADD853;
}
.BgClassName
{
background-color: #ADD853;
}
</style>
border-color css
<style>
span { border-color: #ADD853; }
span { border-color: rgb(173,216,83); }
td.TdClassName
{
border-color: #ADD853;
}
.TagClassName
{
border-color: #ADD853;
}
</style>