Shades of Conifer #ADE348
Tints of Conifer #ADE348
RGB
CMYK
RGB Variations
Color information
#ADE348 (or 0xADE348) is known color: Conifer. HEX triplet: AD, E3 and 48. RGB value is (173,227,72). Sum of RGB (Red+Green+Blue) = 173+227+72=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE348 is #521CB7. Grayscale: #C1C1C1. Windows color (decimal): -5381304 or 4776877. OLE color: 4776877.
HSL color Cylindrical-coordinate representation of color #ADE348: hue angle of 80.9º 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 #ADE348 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 72 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.11 |
| HSL | 80.9º | 0.73% | 0.59% | - |
| HSV(B) | 80.9º | 0.68% | 0.89% | - |
| XYZ | 45.87 | 64.29 | 16.12 | - |
| YUV | 193.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 72 | 0.24 | 0 | 0.68 | 0.11 | 80.9 | 0.73 | 0.59 |
| Hex | AD | E3 | 48 | 18 | 0 | 44 | B | 51 | 49 | 3B |
| Octal | 255 | 343 | 110 | 30 | 0 | 104 | 13 | 121 | 111 | 73 |
| Binary | 10101101 | 11100011 | 1001000 | 11000 | 0 | 1000100 | 1011 | 1010001 | 1001001 | 111011 |
Color Harmonies of #ADE348
Complementary color
Monochromatic Colors of #ADE348
Black with #ADE348
Text Example
Text Example
White with #ADE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE348; }
p { color: rgb(173,227,72); }
H1.HeaderClassName
{
color: #ADE348;
}
.AnyTagClassName
{
color: #ADE348;
}
</style>
background-color css
<style>
a { background-color: #ADE348; }
a { background-color: rgb(173,227,72); }
div.DivClassName
{
background-color: #ADE348;
}
.BgClassName
{
background-color: #ADE348;
}
</style>
border-color css
<style>
span { border-color: #ADE348; }
span { border-color: rgb(173,227,72); }
td.TdClassName
{
border-color: #ADE348;
}
.TagClassName
{
border-color: #ADE348;
}
</style>