Shades of Conifer #ADE349
Tints of Conifer #ADE349
RGB
CMYK
RGB Variations
Color information
#ADE349 (or 0xADE349) is known color: Conifer. HEX triplet: AD, E3 and 49. RGB value is (173,227,73). Sum of RGB (Red+Green+Blue) = 173+227+73=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE349 is #521CB6. Grayscale: #C1C1C1. Windows color (decimal): -5381303 or 4842413. OLE color: 4842413.
HSL color Cylindrical-coordinate representation of color #ADE349: hue angle of 81.04º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE349 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 73 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.11 |
| HSL | 81.04º | 0.73% | 0.59% | - |
| HSV(B) | 81.04º | 0.68% | 0.89% | - |
| XYZ | 45.91 | 64.3 | 16.3 | - |
| YUV | 193.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 73 | 0.24 | 0 | 0.68 | 0.11 | 81.04 | 0.73 | 0.59 |
| Hex | AD | E3 | 49 | 18 | 0 | 44 | B | 51 | 49 | 3B |
| Octal | 255 | 343 | 111 | 30 | 0 | 104 | 13 | 121 | 111 | 73 |
| Binary | 10101101 | 11100011 | 1001001 | 11000 | 0 | 1000100 | 1011 | 1010001 | 1001001 | 111011 |
Color Harmonies of #ADE349
Complementary color
Monochromatic Colors of #ADE349
Black with #ADE349
Text Example
Text Example
White with #ADE349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE349; }
p { color: rgb(173,227,73); }
H1.HeaderClassName
{
color: #ADE349;
}
.AnyTagClassName
{
color: #ADE349;
}
</style>
background-color css
<style>
a { background-color: #ADE349; }
a { background-color: rgb(173,227,73); }
div.DivClassName
{
background-color: #ADE349;
}
.BgClassName
{
background-color: #ADE349;
}
</style>
border-color css
<style>
span { border-color: #ADE349; }
span { border-color: rgb(173,227,73); }
td.TdClassName
{
border-color: #ADE349;
}
.TagClassName
{
border-color: #ADE349;
}
</style>