Shades of Conifer #ADE850
Tints of Conifer #ADE850
RGB
CMYK
RGB Variations
Color information
#ADE850 (or 0xADE850) is known color: Conifer. HEX triplet: AD, E8 and 50. RGB value is (173,232,80). Sum of RGB (Red+Green+Blue) = 173+232+80=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE850 is #5217AF. Grayscale: #C5C5C5. Windows color (decimal): -5380016 or 5302445. OLE color: 5302445.
HSL color Cylindrical-coordinate representation of color #ADE850: hue angle of 83.29º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADE850 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 80 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.09 |
| HSL | 83.29º | 0.77% | 0.61% | - |
| HSV(B) | 83.29º | 0.66% | 0.91% | - |
| XYZ | 47.54 | 67.18 | 18.05 | - |
| YUV | 197.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 80 | 0.25 | 0 | 0.66 | 0.09 | 83.29 | 0.77 | 0.61 |
| Hex | AD | E8 | 50 | 19 | 0 | 42 | 9 | 53 | 4D | 3D |
| Octal | 255 | 350 | 120 | 31 | 0 | 102 | 11 | 123 | 115 | 75 |
| Binary | 10101101 | 11101000 | 1010000 | 11001 | 0 | 1000010 | 1001 | 1010011 | 1001101 | 111101 |
Color Harmonies of #ADE850
Complementary color
Monochromatic Colors of #ADE850
Black with #ADE850
Text Example
Text Example
White with #ADE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE850; }
p { color: rgb(173,232,80); }
H1.HeaderClassName
{
color: #ADE850;
}
.AnyTagClassName
{
color: #ADE850;
}
</style>
background-color css
<style>
a { background-color: #ADE850; }
a { background-color: rgb(173,232,80); }
div.DivClassName
{
background-color: #ADE850;
}
.BgClassName
{
background-color: #ADE850;
}
</style>
border-color css
<style>
span { border-color: #ADE850; }
span { border-color: rgb(173,232,80); }
td.TdClassName
{
border-color: #ADE850;
}
.TagClassName
{
border-color: #ADE850;
}
</style>