Shades of Conifer #ADE358
Tints of Conifer #ADE358
RGB
CMYK
RGB Variations
Color information
#ADE358 (or 0xADE358) is known color: Conifer. HEX triplet: AD, E3 and 58. RGB value is (173,227,88). Sum of RGB (Red+Green+Blue) = 173+227+88=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE358 is #521CA7. Grayscale: #C3C3C3. Windows color (decimal): -5381288 or 5825453. OLE color: 5825453.
HSL color Cylindrical-coordinate representation of color #ADE358: hue angle of 83.31º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADE358 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 88 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.11 |
| HSL | 83.31º | 0.71% | 0.62% | - |
| HSV(B) | 83.31º | 0.61% | 0.89% | - |
| XYZ | 46.46 | 64.53 | 19.24 | - |
| YUV | 195.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 88 | 0.24 | 0 | 0.61 | 0.11 | 83.31 | 0.71 | 0.62 |
| Hex | AD | E3 | 58 | 18 | 0 | 3D | B | 53 | 47 | 3E |
| Octal | 255 | 343 | 130 | 30 | 0 | 75 | 13 | 123 | 107 | 76 |
| Binary | 10101101 | 11100011 | 1011000 | 11000 | 0 | 111101 | 1011 | 1010011 | 1000111 | 111110 |
Color Harmonies of #ADE358
Complementary color
Monochromatic Colors of #ADE358
Black with #ADE358
Text Example
Text Example
White with #ADE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE358; }
p { color: rgb(173,227,88); }
H1.HeaderClassName
{
color: #ADE358;
}
.AnyTagClassName
{
color: #ADE358;
}
</style>
background-color css
<style>
a { background-color: #ADE358; }
a { background-color: rgb(173,227,88); }
div.DivClassName
{
background-color: #ADE358;
}
.BgClassName
{
background-color: #ADE358;
}
</style>
border-color css
<style>
span { border-color: #ADE358; }
span { border-color: rgb(173,227,88); }
td.TdClassName
{
border-color: #ADE358;
}
.TagClassName
{
border-color: #ADE358;
}
</style>