Shades of Conifer #ADE649
Tints of Conifer #ADE649
RGB
CMYK
RGB Variations
Color information
#ADE649 (or 0xADE649) is known color: Conifer. HEX triplet: AD, E6 and 49. RGB value is (173,230,73). Sum of RGB (Red+Green+Blue) = 173+230+73=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE649 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE649 is #5219B6. Grayscale: #C3C3C3. Windows color (decimal): -5380535 or 4843181. OLE color: 4843181.
HSL color Cylindrical-coordinate representation of color #ADE649: hue angle of 81.78º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE649 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 73 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.10 |
| HSL | 81.78º | 0.76% | 0.59% | - |
| HSV(B) | 81.78º | 0.68% | 0.9% | - |
| XYZ | 46.73 | 65.96 | 16.57 | - |
| YUV | 195.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 73 | 0.25 | 0 | 0.68 | 0.10 | 81.78 | 0.76 | 0.59 |
| Hex | AD | E6 | 49 | 19 | 0 | 44 | A | 52 | 4C | 3B |
| Octal | 255 | 346 | 111 | 31 | 0 | 104 | 12 | 122 | 114 | 73 |
| Binary | 10101101 | 11100110 | 1001001 | 11001 | 0 | 1000100 | 1010 | 1010010 | 1001100 | 111011 |
Color Harmonies of #ADE649
Complementary color
Monochromatic Colors of #ADE649
Black with #ADE649
Text Example
Text Example
White with #ADE649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE649; }
p { color: rgb(173,230,73); }
H1.HeaderClassName
{
color: #ADE649;
}
.AnyTagClassName
{
color: #ADE649;
}
</style>
background-color css
<style>
a { background-color: #ADE649; }
a { background-color: rgb(173,230,73); }
div.DivClassName
{
background-color: #ADE649;
}
.BgClassName
{
background-color: #ADE649;
}
</style>
border-color css
<style>
span { border-color: #ADE649; }
span { border-color: rgb(173,230,73); }
td.TdClassName
{
border-color: #ADE649;
}
.TagClassName
{
border-color: #ADE649;
}
</style>