Shades of Conifer #ADDA60
Tints of Conifer #ADDA60
RGB
CMYK
RGB Variations
Color information
#ADDA60 (or 0xADDA60) is known color: Conifer. HEX triplet: AD, DA and 60. RGB value is (173,218,96). Sum of RGB (Red+Green+Blue) = 173+218+96=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA60 is #52259F. Grayscale: #BFBFBF. Windows color (decimal): -5383584 or 6347437. OLE color: 6347437.
HSL color Cylindrical-coordinate representation of color #ADDA60: hue angle of 82.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDA60 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 96 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.15 |
| HSL | 82.13º | 0.62% | 0.62% | - |
| HSV(B) | 82.13º | 0.56% | 0.85% | - |
| XYZ | 44.42 | 59.87 | 20.28 | - |
| YUV | 190.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 96 | 0.21 | 0 | 0.56 | 0.15 | 82.13 | 0.62 | 0.62 |
| Hex | AD | DA | 60 | 15 | 0 | 38 | F | 52 | 3E | 3E |
| Octal | 255 | 332 | 140 | 25 | 0 | 70 | 17 | 122 | 76 | 76 |
| Binary | 10101101 | 11011010 | 1100000 | 10101 | 0 | 111000 | 1111 | 1010010 | 111110 | 111110 |
Color Harmonies of #ADDA60
Complementary color
Monochromatic Colors of #ADDA60
Black with #ADDA60
Text Example
Text Example
White with #ADDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA60; }
p { color: rgb(173,218,96); }
H1.HeaderClassName
{
color: #ADDA60;
}
.AnyTagClassName
{
color: #ADDA60;
}
</style>
background-color css
<style>
a { background-color: #ADDA60; }
a { background-color: rgb(173,218,96); }
div.DivClassName
{
background-color: #ADDA60;
}
.BgClassName
{
background-color: #ADDA60;
}
</style>
border-color css
<style>
span { border-color: #ADDA60; }
span { border-color: rgb(173,218,96); }
td.TdClassName
{
border-color: #ADDA60;
}
.TagClassName
{
border-color: #ADDA60;
}
</style>