Shades of Conifer #ADE347
Tints of Conifer #ADE347
RGB
CMYK
RGB Variations
Color information
#ADE347 (or 0xADE347) is known color: Conifer. HEX triplet: AD, E3 and 47. RGB value is (173,227,71). Sum of RGB (Red+Green+Blue) = 173+227+71=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE347 is #521CB8. Grayscale: #C1C1C1. Windows color (decimal): -5381305 or 4711341. OLE color: 4711341.
HSL color Cylindrical-coordinate representation of color #ADE347: hue angle of 80.77º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE347 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 71 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.11 |
| HSL | 80.77º | 0.74% | 0.58% | - |
| HSV(B) | 80.77º | 0.69% | 0.89% | - |
| XYZ | 45.84 | 64.28 | 15.95 | - |
| YUV | 193.07 | 59.11 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 71 | 0.24 | 0 | 0.69 | 0.11 | 80.77 | 0.74 | 0.58 |
| Hex | AD | E3 | 47 | 18 | 0 | 45 | B | 51 | 4A | 3A |
| Octal | 255 | 343 | 107 | 30 | 0 | 105 | 13 | 121 | 112 | 72 |
| Binary | 10101101 | 11100011 | 1000111 | 11000 | 0 | 1000101 | 1011 | 1010001 | 1001010 | 111010 |
Color Harmonies of #ADE347
Complementary color
Monochromatic Colors of #ADE347
Black with #ADE347
Text Example
Text Example
White with #ADE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE347; }
p { color: rgb(173,227,71); }
H1.HeaderClassName
{
color: #ADE347;
}
.AnyTagClassName
{
color: #ADE347;
}
</style>
background-color css
<style>
a { background-color: #ADE347; }
a { background-color: rgb(173,227,71); }
div.DivClassName
{
background-color: #ADE347;
}
.BgClassName
{
background-color: #ADE347;
}
</style>
border-color css
<style>
span { border-color: #ADE347; }
span { border-color: rgb(173,227,71); }
td.TdClassName
{
border-color: #ADE347;
}
.TagClassName
{
border-color: #ADE347;
}
</style>