Shades of Conifer #ADE360
Tints of Conifer #ADE360
RGB
CMYK
RGB Variations
Color information
#ADE360 (or 0xADE360) is known color: Conifer. HEX triplet: AD, E3 and 60. RGB value is (173,227,96). Sum of RGB (Red+Green+Blue) = 173+227+96=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE360 is #521C9F. Grayscale: #C4C4C4. Windows color (decimal): -5381280 or 6349741. OLE color: 6349741.
HSL color Cylindrical-coordinate representation of color #ADE360: hue angle of 84.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE360 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 96 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.11 |
| HSL | 84.73º | 0.7% | 0.63% | - |
| HSV(B) | 84.73º | 0.58% | 0.89% | - |
| XYZ | 46.81 | 64.67 | 21.08 | - |
| YUV | 195.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 96 | 0.24 | 0 | 0.58 | 0.11 | 84.73 | 0.7 | 0.63 |
| Hex | AD | E3 | 60 | 18 | 0 | 3A | B | 55 | 46 | 3F |
| Octal | 255 | 343 | 140 | 30 | 0 | 72 | 13 | 125 | 106 | 77 |
| Binary | 10101101 | 11100011 | 1100000 | 11000 | 0 | 111010 | 1011 | 1010101 | 1000110 | 111111 |
Color Harmonies of #ADE360
Complementary color
Monochromatic Colors of #ADE360
Black with #ADE360
Text Example
Text Example
White with #ADE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE360; }
p { color: rgb(173,227,96); }
H1.HeaderClassName
{
color: #ADE360;
}
.AnyTagClassName
{
color: #ADE360;
}
</style>
background-color css
<style>
a { background-color: #ADE360; }
a { background-color: rgb(173,227,96); }
div.DivClassName
{
background-color: #ADE360;
}
.BgClassName
{
background-color: #ADE360;
}
</style>
border-color css
<style>
span { border-color: #ADE360; }
span { border-color: rgb(173,227,96); }
td.TdClassName
{
border-color: #ADE360;
}
.TagClassName
{
border-color: #ADE360;
}
</style>