Shades of Conifer #ADE350
Tints of Conifer #ADE350
RGB
CMYK
RGB Variations
Color information
#ADE350 (or 0xADE350) is known color: Conifer. HEX triplet: AD, E3 and 50. RGB value is (173,227,80). Sum of RGB (Red+Green+Blue) = 173+227+80=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE350 is #521CAF. Grayscale: #C2C2C2. Windows color (decimal): -5381296 or 5301165. OLE color: 5301165.
HSL color Cylindrical-coordinate representation of color #ADE350: hue angle of 82.04º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE350 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 80 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.11 |
| HSL | 82.04º | 0.72% | 0.6% | - |
| HSV(B) | 82.04º | 0.65% | 0.89% | - |
| XYZ | 46.15 | 64.4 | 17.59 | - |
| YUV | 194.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 80 | 0.24 | 0 | 0.65 | 0.11 | 82.04 | 0.72 | 0.6 |
| Hex | AD | E3 | 50 | 18 | 0 | 41 | B | 52 | 48 | 3C |
| Octal | 255 | 343 | 120 | 30 | 0 | 101 | 13 | 122 | 110 | 74 |
| Binary | 10101101 | 11100011 | 1010000 | 11000 | 0 | 1000001 | 1011 | 1010010 | 1001000 | 111100 |
Color Harmonies of #ADE350
Complementary color
Monochromatic Colors of #ADE350
Black with #ADE350
Text Example
Text Example
White with #ADE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE350; }
p { color: rgb(173,227,80); }
H1.HeaderClassName
{
color: #ADE350;
}
.AnyTagClassName
{
color: #ADE350;
}
</style>
background-color css
<style>
a { background-color: #ADE350; }
a { background-color: rgb(173,227,80); }
div.DivClassName
{
background-color: #ADE350;
}
.BgClassName
{
background-color: #ADE350;
}
</style>
border-color css
<style>
span { border-color: #ADE350; }
span { border-color: rgb(173,227,80); }
td.TdClassName
{
border-color: #ADE350;
}
.TagClassName
{
border-color: #ADE350;
}
</style>