Shades of Conifer #ADDA5F
Tints of Conifer #ADDA5F
RGB
CMYK
RGB Variations
Color information
#ADDA5F (or 0xADDA5F) is known color: Conifer. HEX triplet: AD, DA and 5F. RGB value is (173,218,95). Sum of RGB (Red+Green+Blue) = 173+218+95=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA5F is #5225A0. Grayscale: #BEBEBE. Windows color (decimal): -5383585 or 6281901. OLE color: 6281901.
HSL color Cylindrical-coordinate representation of color #ADDA5F: hue angle of 81.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDA5F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 95 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.15 |
| HSL | 81.95º | 0.62% | 0.61% | - |
| HSV(B) | 81.95º | 0.56% | 0.85% | - |
| XYZ | 44.37 | 59.85 | 20.04 | - |
| YUV | 190.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 95 | 0.21 | 0 | 0.56 | 0.15 | 81.95 | 0.62 | 0.61 |
| Hex | AD | DA | 5F | 15 | 0 | 38 | F | 52 | 3E | 3D |
| Octal | 255 | 332 | 137 | 25 | 0 | 70 | 17 | 122 | 76 | 75 |
| Binary | 10101101 | 11011010 | 1011111 | 10101 | 0 | 111000 | 1111 | 1010010 | 111110 | 111101 |
Color Harmonies of #ADDA5F
Complementary color
Monochromatic Colors of #ADDA5F
Black with #ADDA5F
Text Example
Text Example
White with #ADDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA5F; }
p { color: rgb(173,218,95); }
H1.HeaderClassName
{
color: #ADDA5F;
}
.AnyTagClassName
{
color: #ADDA5F;
}
</style>
background-color css
<style>
a { background-color: #ADDA5F; }
a { background-color: rgb(173,218,95); }
div.DivClassName
{
background-color: #ADDA5F;
}
.BgClassName
{
background-color: #ADDA5F;
}
</style>
border-color css
<style>
span { border-color: #ADDA5F; }
span { border-color: rgb(173,218,95); }
td.TdClassName
{
border-color: #ADDA5F;
}
.TagClassName
{
border-color: #ADDA5F;
}
</style>