Shades of Conifer #ADDA5D
Tints of Conifer #ADDA5D
RGB
CMYK
RGB Variations
Color information
#ADDA5D (or 0xADDA5D) is known color: Conifer. HEX triplet: AD, DA and 5D. RGB value is (173,218,93). Sum of RGB (Red+Green+Blue) = 173+218+93=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA5D is #5225A2. Grayscale: #BEBEBE. Windows color (decimal): -5383587 or 6150829. OLE color: 6150829.
HSL color Cylindrical-coordinate representation of color #ADDA5D: hue angle of 81.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADDA5D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 93 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.15 |
| HSL | 81.6º | 0.63% | 0.61% | - |
| HSV(B) | 81.6º | 0.57% | 0.85% | - |
| XYZ | 44.28 | 59.82 | 19.57 | - |
| YUV | 190.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 93 | 0.21 | 0 | 0.57 | 0.15 | 81.6 | 0.63 | 0.61 |
| Hex | AD | DA | 5D | 15 | 0 | 39 | F | 52 | 3F | 3D |
| Octal | 255 | 332 | 135 | 25 | 0 | 71 | 17 | 122 | 77 | 75 |
| Binary | 10101101 | 11011010 | 1011101 | 10101 | 0 | 111001 | 1111 | 1010010 | 111111 | 111101 |
Color Harmonies of #ADDA5D
Complementary color
Monochromatic Colors of #ADDA5D
Black with #ADDA5D
Text Example
Text Example
White with #ADDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA5D; }
p { color: rgb(173,218,93); }
H1.HeaderClassName
{
color: #ADDA5D;
}
.AnyTagClassName
{
color: #ADDA5D;
}
</style>
background-color css
<style>
a { background-color: #ADDA5D; }
a { background-color: rgb(173,218,93); }
div.DivClassName
{
background-color: #ADDA5D;
}
.BgClassName
{
background-color: #ADDA5D;
}
</style>
border-color css
<style>
span { border-color: #ADDA5D; }
span { border-color: rgb(173,218,93); }
td.TdClassName
{
border-color: #ADDA5D;
}
.TagClassName
{
border-color: #ADDA5D;
}
</style>