Shades of Conifer #ADDA5A
Tints of Conifer #ADDA5A
RGB
CMYK
RGB Variations
Color information
#ADDA5A (or 0xADDA5A) is known color: Conifer. HEX triplet: AD, DA and 5A. RGB value is (173,218,90). Sum of RGB (Red+Green+Blue) = 173+218+90=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA5A is #5225A5. Grayscale: #BEBEBE. Windows color (decimal): -5383590 or 5954221. OLE color: 5954221.
HSL color Cylindrical-coordinate representation of color #ADDA5A: hue angle of 81.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADDA5A is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 90 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.15 |
| HSL | 81.09º | 0.63% | 0.6% | - |
| HSV(B) | 81.09º | 0.59% | 0.85% | - |
| XYZ | 44.15 | 59.77 | 18.88 | - |
| YUV | 189.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 90 | 0.21 | 0 | 0.59 | 0.15 | 81.09 | 0.63 | 0.6 |
| Hex | AD | DA | 5A | 15 | 0 | 3B | F | 51 | 3F | 3C |
| Octal | 255 | 332 | 132 | 25 | 0 | 73 | 17 | 121 | 77 | 74 |
| Binary | 10101101 | 11011010 | 1011010 | 10101 | 0 | 111011 | 1111 | 1010001 | 111111 | 111100 |
Color Harmonies of #ADDA5A
Complementary color
Monochromatic Colors of #ADDA5A
Black with #ADDA5A
Text Example
Text Example
White with #ADDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA5A; }
p { color: rgb(173,218,90); }
H1.HeaderClassName
{
color: #ADDA5A;
}
.AnyTagClassName
{
color: #ADDA5A;
}
</style>
background-color css
<style>
a { background-color: #ADDA5A; }
a { background-color: rgb(173,218,90); }
div.DivClassName
{
background-color: #ADDA5A;
}
.BgClassName
{
background-color: #ADDA5A;
}
</style>
border-color css
<style>
span { border-color: #ADDA5A; }
span { border-color: rgb(173,218,90); }
td.TdClassName
{
border-color: #ADDA5A;
}
.TagClassName
{
border-color: #ADDA5A;
}
</style>