Shades of Conifer #ADDA64
Tints of Conifer #ADDA64
RGB
CMYK
RGB Variations
Color information
#ADDA64 (or 0xADDA64) is known color: Conifer. HEX triplet: AD, DA and 64. RGB value is (173,218,100). Sum of RGB (Red+Green+Blue) = 173+218+100=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA64 is #52259B. Grayscale: #BFBFBF. Windows color (decimal): -5383580 or 6609581. OLE color: 6609581.
HSL color Cylindrical-coordinate representation of color #ADDA64: hue angle of 82.88º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADDA64 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 100 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.15 |
| HSL | 82.88º | 0.61% | 0.62% | - |
| HSV(B) | 82.88º | 0.54% | 0.85% | - |
| XYZ | 44.61 | 59.95 | 21.28 | - |
| YUV | 191.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 100 | 0.21 | 0 | 0.54 | 0.15 | 82.88 | 0.61 | 0.62 |
| Hex | AD | DA | 64 | 15 | 0 | 36 | F | 53 | 3D | 3E |
| Octal | 255 | 332 | 144 | 25 | 0 | 66 | 17 | 123 | 75 | 76 |
| Binary | 10101101 | 11011010 | 1100100 | 10101 | 0 | 110110 | 1111 | 1010011 | 111101 | 111110 |
Color Harmonies of #ADDA64
Complementary color
Monochromatic Colors of #ADDA64
Black with #ADDA64
Text Example
Text Example
White with #ADDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA64; }
p { color: rgb(173,218,100); }
H1.HeaderClassName
{
color: #ADDA64;
}
.AnyTagClassName
{
color: #ADDA64;
}
</style>
background-color css
<style>
a { background-color: #ADDA64; }
a { background-color: rgb(173,218,100); }
div.DivClassName
{
background-color: #ADDA64;
}
.BgClassName
{
background-color: #ADDA64;
}
</style>
border-color css
<style>
span { border-color: #ADDA64; }
span { border-color: rgb(173,218,100); }
td.TdClassName
{
border-color: #ADDA64;
}
.TagClassName
{
border-color: #ADDA64;
}
</style>