Shades of Conifer #ADE248
Tints of Conifer #ADE248
RGB
CMYK
RGB Variations
Color information
#ADE248 (or 0xADE248) is known color: Conifer. HEX triplet: AD, E2 and 48. RGB value is (173,226,72). Sum of RGB (Red+Green+Blue) = 173+226+72=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE248 is #521DB7. Grayscale: #C1C1C1. Windows color (decimal): -5381560 or 4776621. OLE color: 4776621.
HSL color Cylindrical-coordinate representation of color #ADE248: hue angle of 80.65º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE248 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 72 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.11 |
| HSL | 80.65º | 0.73% | 0.58% | - |
| HSV(B) | 80.65º | 0.68% | 0.89% | - |
| XYZ | 45.6 | 63.74 | 16.03 | - |
| YUV | 192.6 | 59.94 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 72 | 0.23 | 0 | 0.68 | 0.11 | 80.65 | 0.73 | 0.58 |
| Hex | AD | E2 | 48 | 17 | 0 | 44 | B | 51 | 49 | 3A |
| Octal | 255 | 342 | 110 | 27 | 0 | 104 | 13 | 121 | 111 | 72 |
| Binary | 10101101 | 11100010 | 1001000 | 10111 | 0 | 1000100 | 1011 | 1010001 | 1001001 | 111010 |
Color Harmonies of #ADE248
Complementary color
Monochromatic Colors of #ADE248
Black with #ADE248
Text Example
Text Example
White with #ADE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE248; }
p { color: rgb(173,226,72); }
H1.HeaderClassName
{
color: #ADE248;
}
.AnyTagClassName
{
color: #ADE248;
}
</style>
background-color css
<style>
a { background-color: #ADE248; }
a { background-color: rgb(173,226,72); }
div.DivClassName
{
background-color: #ADE248;
}
.BgClassName
{
background-color: #ADE248;
}
</style>
border-color css
<style>
span { border-color: #ADE248; }
span { border-color: rgb(173,226,72); }
td.TdClassName
{
border-color: #ADE248;
}
.TagClassName
{
border-color: #ADE248;
}
</style>