Shades of Conifer #ADE351
Tints of Conifer #ADE351
RGB
CMYK
RGB Variations
Color information
#ADE351 (or 0xADE351) is known color: Conifer. HEX triplet: AD, E3 and 51. RGB value is (173,227,81). Sum of RGB (Red+Green+Blue) = 173+227+81=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE351 is #521CAE. Grayscale: #C2C2C2. Windows color (decimal): -5381295 or 5366701. OLE color: 5366701.
HSL color Cylindrical-coordinate representation of color #ADE351: hue angle of 82.19º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADE351 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 81 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.11 |
| HSL | 82.19º | 0.72% | 0.6% | - |
| HSV(B) | 82.19º | 0.64% | 0.89% | - |
| XYZ | 46.19 | 64.42 | 17.78 | - |
| YUV | 194.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 81 | 0.24 | 0 | 0.64 | 0.11 | 82.19 | 0.72 | 0.6 |
| Hex | AD | E3 | 51 | 18 | 0 | 40 | B | 52 | 48 | 3C |
| Octal | 255 | 343 | 121 | 30 | 0 | 100 | 13 | 122 | 110 | 74 |
| Binary | 10101101 | 11100011 | 1010001 | 11000 | 0 | 1000000 | 1011 | 1010010 | 1001000 | 111100 |
Color Harmonies of #ADE351
Complementary color
Monochromatic Colors of #ADE351
Black with #ADE351
Text Example
Text Example
White with #ADE351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE351; }
p { color: rgb(173,227,81); }
H1.HeaderClassName
{
color: #ADE351;
}
.AnyTagClassName
{
color: #ADE351;
}
</style>
background-color css
<style>
a { background-color: #ADE351; }
a { background-color: rgb(173,227,81); }
div.DivClassName
{
background-color: #ADE351;
}
.BgClassName
{
background-color: #ADE351;
}
</style>
border-color css
<style>
span { border-color: #ADE351; }
span { border-color: rgb(173,227,81); }
td.TdClassName
{
border-color: #ADE351;
}
.TagClassName
{
border-color: #ADE351;
}
</style>