Shades of Conifer #ADDE5F
Tints of Conifer #ADDE5F
RGB
CMYK
RGB Variations
Color information
#ADDE5F (or 0xADDE5F) is known color: Conifer. HEX triplet: AD, DE and 5F. RGB value is (173,222,95). Sum of RGB (Red+Green+Blue) = 173+222+95=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE5F is #5221A0. Grayscale: #C1C1C1. Windows color (decimal): -5382561 or 6282925. OLE color: 6282925.
HSL color Cylindrical-coordinate representation of color #ADDE5F: hue angle of 83.15º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADDE5F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 95 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.13 |
| HSL | 83.15º | 0.66% | 0.62% | - |
| HSV(B) | 83.15º | 0.57% | 0.87% | - |
| XYZ | 45.42 | 61.95 | 20.39 | - |
| YUV | 192.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 95 | 0.22 | 0 | 0.57 | 0.13 | 83.15 | 0.66 | 0.62 |
| Hex | AD | DE | 5F | 16 | 0 | 39 | D | 53 | 42 | 3E |
| Octal | 255 | 336 | 137 | 26 | 0 | 71 | 15 | 123 | 102 | 76 |
| Binary | 10101101 | 11011110 | 1011111 | 10110 | 0 | 111001 | 1101 | 1010011 | 1000010 | 111110 |
Color Harmonies of #ADDE5F
Complementary color
Monochromatic Colors of #ADDE5F
Black with #ADDE5F
Text Example
Text Example
White with #ADDE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE5F; }
p { color: rgb(173,222,95); }
H1.HeaderClassName
{
color: #ADDE5F;
}
.AnyTagClassName
{
color: #ADDE5F;
}
</style>
background-color css
<style>
a { background-color: #ADDE5F; }
a { background-color: rgb(173,222,95); }
div.DivClassName
{
background-color: #ADDE5F;
}
.BgClassName
{
background-color: #ADDE5F;
}
</style>
border-color css
<style>
span { border-color: #ADDE5F; }
span { border-color: rgb(173,222,95); }
td.TdClassName
{
border-color: #ADDE5F;
}
.TagClassName
{
border-color: #ADDE5F;
}
</style>