Shades of Conifer #ADE048
Tints of Conifer #ADE048
RGB
CMYK
RGB Variations
Color information
#ADE048 (or 0xADE048) is known color: Conifer. HEX triplet: AD, E0 and 48. RGB value is (173,224,72). Sum of RGB (Red+Green+Blue) = 173+224+72=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE048 is #521FB7. Grayscale: #BFBFBF. Windows color (decimal): -5382072 or 4776109. OLE color: 4776109.
HSL color Cylindrical-coordinate representation of color #ADE048: hue angle of 80.13º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE048 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 72 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.12 |
| HSL | 80.13º | 0.71% | 0.58% | - |
| HSV(B) | 80.13º | 0.68% | 0.88% | - |
| XYZ | 45.06 | 62.66 | 15.85 | - |
| YUV | 191.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 72 | 0.23 | 0 | 0.68 | 0.12 | 80.13 | 0.71 | 0.58 |
| Hex | AD | E0 | 48 | 17 | 0 | 44 | C | 50 | 47 | 3A |
| Octal | 255 | 340 | 110 | 27 | 0 | 104 | 14 | 120 | 107 | 72 |
| Binary | 10101101 | 11100000 | 1001000 | 10111 | 0 | 1000100 | 1100 | 1010000 | 1000111 | 111010 |
Color Harmonies of #ADE048
Complementary color
Monochromatic Colors of #ADE048
Black with #ADE048
Text Example
Text Example
White with #ADE048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE048; }
p { color: rgb(173,224,72); }
H1.HeaderClassName
{
color: #ADE048;
}
.AnyTagClassName
{
color: #ADE048;
}
</style>
background-color css
<style>
a { background-color: #ADE048; }
a { background-color: rgb(173,224,72); }
div.DivClassName
{
background-color: #ADE048;
}
.BgClassName
{
background-color: #ADE048;
}
</style>
border-color css
<style>
span { border-color: #ADE048; }
span { border-color: rgb(173,224,72); }
td.TdClassName
{
border-color: #ADE048;
}
.TagClassName
{
border-color: #ADE048;
}
</style>