Shades of Conifer #ADD664
Tints of Conifer #ADD664
RGB
CMYK
RGB Variations
Color information
#ADD664 (or 0xADD664) is known color: Conifer. HEX triplet: AD, D6 and 64. RGB value is (173,214,100). Sum of RGB (Red+Green+Blue) = 173+214+100=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD664 is #52299B. Grayscale: #BDBDBD. Windows color (decimal): -5384604 or 6608557. OLE color: 6608557.
HSL color Cylindrical-coordinate representation of color #ADD664: hue angle of 81.58º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD664 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 100 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.16 |
| HSL | 81.58º | 0.58% | 0.62% | - |
| HSV(B) | 81.58º | 0.53% | 0.84% | - |
| XYZ | 43.58 | 57.9 | 20.93 | - |
| YUV | 188.75 | 77.92 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 100 | 0.19 | 0 | 0.53 | 0.16 | 81.58 | 0.58 | 0.62 |
| Hex | AD | D6 | 64 | 13 | 0 | 35 | 10 | 52 | 3A | 3E |
| Octal | 255 | 326 | 144 | 23 | 0 | 65 | 20 | 122 | 72 | 76 |
| Binary | 10101101 | 11010110 | 1100100 | 10011 | 0 | 110101 | 10000 | 1010010 | 111010 | 111110 |
Color Harmonies of #ADD664
Complementary color
Monochromatic Colors of #ADD664
Black with #ADD664
Text Example
Text Example
White with #ADD664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD664; }
p { color: rgb(173,214,100); }
H1.HeaderClassName
{
color: #ADD664;
}
.AnyTagClassName
{
color: #ADD664;
}
</style>
background-color css
<style>
a { background-color: #ADD664; }
a { background-color: rgb(173,214,100); }
div.DivClassName
{
background-color: #ADD664;
}
.BgClassName
{
background-color: #ADD664;
}
</style>
border-color css
<style>
span { border-color: #ADD664; }
span { border-color: rgb(173,214,100); }
td.TdClassName
{
border-color: #ADD664;
}
.TagClassName
{
border-color: #ADD664;
}
</style>