Shades of Conifer #ADD364
Tints of Conifer #ADD364
RGB
CMYK
RGB Variations
Color information
#ADD364 (or 0xADD364) is known color: Conifer. HEX triplet: AD, D3 and 64. RGB value is (173,211,100). Sum of RGB (Red+Green+Blue) = 173+211+100=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD364 is #522C9B. Grayscale: #BBBBBB. Windows color (decimal): -5385372 or 6607789. OLE color: 6607789.
HSL color Cylindrical-coordinate representation of color #ADD364: hue angle of 80.54º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD364 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 100 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.17 |
| HSL | 80.54º | 0.56% | 0.61% | - |
| HSV(B) | 80.54º | 0.53% | 0.83% | - |
| XYZ | 42.83 | 56.39 | 20.68 | - |
| YUV | 186.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 100 | 0.18 | 0 | 0.53 | 0.17 | 80.54 | 0.56 | 0.61 |
| Hex | AD | D3 | 64 | 12 | 0 | 35 | 11 | 51 | 38 | 3D |
| Octal | 255 | 323 | 144 | 22 | 0 | 65 | 21 | 121 | 70 | 75 |
| Binary | 10101101 | 11010011 | 1100100 | 10010 | 0 | 110101 | 10001 | 1010001 | 111000 | 111101 |
Color Harmonies of #ADD364
Complementary color
Monochromatic Colors of #ADD364
Black with #ADD364
Text Example
Text Example
White with #ADD364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD364; }
p { color: rgb(173,211,100); }
H1.HeaderClassName
{
color: #ADD364;
}
.AnyTagClassName
{
color: #ADD364;
}
</style>
background-color css
<style>
a { background-color: #ADD364; }
a { background-color: rgb(173,211,100); }
div.DivClassName
{
background-color: #ADD364;
}
.BgClassName
{
background-color: #ADD364;
}
</style>
border-color css
<style>
span { border-color: #ADD364; }
span { border-color: rgb(173,211,100); }
td.TdClassName
{
border-color: #ADD364;
}
.TagClassName
{
border-color: #ADD364;
}
</style>