Shades of Conifer #ADE346
Tints of Conifer #ADE346
RGB
CMYK
RGB Variations
Color information
#ADE346 (or 0xADE346) is known color: Conifer. HEX triplet: AD, E3 and 46. RGB value is (173,227,70). Sum of RGB (Red+Green+Blue) = 173+227+70=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE346 is #521CB9. Grayscale: #C1C1C1. Windows color (decimal): -5381306 or 4645805. OLE color: 4645805.
HSL color Cylindrical-coordinate representation of color #ADE346: hue angle of 80.64º 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 #ADE346 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 70 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.11 |
| HSL | 80.64º | 0.74% | 0.58% | - |
| HSV(B) | 80.64º | 0.69% | 0.89% | - |
| XYZ | 45.81 | 64.26 | 15.78 | - |
| YUV | 192.96 | 58.61 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 70 | 0.24 | 0 | 0.69 | 0.11 | 80.64 | 0.74 | 0.58 |
| Hex | AD | E3 | 46 | 18 | 0 | 45 | B | 51 | 4A | 3A |
| Octal | 255 | 343 | 106 | 30 | 0 | 105 | 13 | 121 | 112 | 72 |
| Binary | 10101101 | 11100011 | 1000110 | 11000 | 0 | 1000101 | 1011 | 1010001 | 1001010 | 111010 |
Color Harmonies of #ADE346
Complementary color
Monochromatic Colors of #ADE346
Black with #ADE346
Text Example
Text Example
White with #ADE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE346; }
p { color: rgb(173,227,70); }
H1.HeaderClassName
{
color: #ADE346;
}
.AnyTagClassName
{
color: #ADE346;
}
</style>
background-color css
<style>
a { background-color: #ADE346; }
a { background-color: rgb(173,227,70); }
div.DivClassName
{
background-color: #ADE346;
}
.BgClassName
{
background-color: #ADE346;
}
</style>
border-color css
<style>
span { border-color: #ADE346; }
span { border-color: rgb(173,227,70); }
td.TdClassName
{
border-color: #ADE346;
}
.TagClassName
{
border-color: #ADE346;
}
</style>