Shades of Conifer #ADE15F
Tints of Conifer #ADE15F
RGB
CMYK
RGB Variations
Color information
#ADE15F (or 0xADE15F) is known color: Conifer. HEX triplet: AD, E1 and 5F. RGB value is (173,225,95). Sum of RGB (Red+Green+Blue) = 173+225+95=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE15F is #521EA0. Grayscale: #C3C3C3. Windows color (decimal): -5381793 or 6283693. OLE color: 6283693.
HSL color Cylindrical-coordinate representation of color #ADE15F: hue angle of 84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE15F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 95 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.12 |
| HSL | 84º | 0.68% | 0.63% | - |
| HSV(B) | 84º | 0.58% | 0.88% | - |
| XYZ | 46.22 | 63.56 | 20.66 | - |
| YUV | 194.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 95 | 0.23 | 0 | 0.58 | 0.12 | 84 | 0.68 | 0.63 |
| Hex | AD | E1 | 5F | 17 | 0 | 3A | C | 54 | 44 | 3F |
| Octal | 255 | 341 | 137 | 27 | 0 | 72 | 14 | 124 | 104 | 77 |
| Binary | 10101101 | 11100001 | 1011111 | 10111 | 0 | 111010 | 1100 | 1010100 | 1000100 | 111111 |
Color Harmonies of #ADE15F
Complementary color
Monochromatic Colors of #ADE15F
Black with #ADE15F
Text Example
Text Example
White with #ADE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE15F; }
p { color: rgb(173,225,95); }
H1.HeaderClassName
{
color: #ADE15F;
}
.AnyTagClassName
{
color: #ADE15F;
}
</style>
background-color css
<style>
a { background-color: #ADE15F; }
a { background-color: rgb(173,225,95); }
div.DivClassName
{
background-color: #ADE15F;
}
.BgClassName
{
background-color: #ADE15F;
}
</style>
border-color css
<style>
span { border-color: #ADE15F; }
span { border-color: rgb(173,225,95); }
td.TdClassName
{
border-color: #ADE15F;
}
.TagClassName
{
border-color: #ADE15F;
}
</style>