Shades of Conifer #ADE353
Tints of Conifer #ADE353
RGB
CMYK
RGB Variations
Color information
#ADE353 (or 0xADE353) is known color: Conifer. HEX triplet: AD, E3 and 53. RGB value is (173,227,83). Sum of RGB (Red+Green+Blue) = 173+227+83=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE353 is #521CAC. Grayscale: #C2C2C2. Windows color (decimal): -5381293 or 5497773. OLE color: 5497773.
HSL color Cylindrical-coordinate representation of color #ADE353: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE353 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 83 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.11 |
| HSL | 82.5º | 0.72% | 0.61% | - |
| HSV(B) | 82.5º | 0.63% | 0.89% | - |
| XYZ | 46.26 | 64.45 | 18.18 | - |
| YUV | 194.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 83 | 0.24 | 0 | 0.63 | 0.11 | 82.5 | 0.72 | 0.61 |
| Hex | AD | E3 | 53 | 18 | 0 | 3F | B | 52 | 48 | 3D |
| Octal | 255 | 343 | 123 | 30 | 0 | 77 | 13 | 122 | 110 | 75 |
| Binary | 10101101 | 11100011 | 1010011 | 11000 | 0 | 111111 | 1011 | 1010010 | 1001000 | 111101 |
Color Harmonies of #ADE353
Complementary color
Monochromatic Colors of #ADE353
Black with #ADE353
Text Example
Text Example
White with #ADE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE353; }
p { color: rgb(173,227,83); }
H1.HeaderClassName
{
color: #ADE353;
}
.AnyTagClassName
{
color: #ADE353;
}
</style>
background-color css
<style>
a { background-color: #ADE353; }
a { background-color: rgb(173,227,83); }
div.DivClassName
{
background-color: #ADE353;
}
.BgClassName
{
background-color: #ADE353;
}
</style>
border-color css
<style>
span { border-color: #ADE353; }
span { border-color: rgb(173,227,83); }
td.TdClassName
{
border-color: #ADE353;
}
.TagClassName
{
border-color: #ADE353;
}
</style>