Shades of Conifer #AED850
Tints of Conifer #AED850
RGB
CMYK
RGB Variations
Color information
#AED850 (or 0xAED850) is known color: Conifer. HEX triplet: AE, D8 and 50. RGB value is (174,216,80). Sum of RGB (Red+Green+Blue) = 174+216+80=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #AED850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED850 is #5127AF. Grayscale: #BCBCBC. Windows color (decimal): -5318576 or 5298350. OLE color: 5298350.
HSL color Cylindrical-coordinate representation of color #AED850: hue angle of 78.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED850 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 80 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.15 |
| HSL | 78.53º | 0.64% | 0.58% | - |
| HSV(B) | 78.53º | 0.63% | 0.85% | - |
| XYZ | 43.46 | 58.69 | 16.63 | - |
| YUV | 187.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 80 | 0.19 | 0 | 0.63 | 0.15 | 78.53 | 0.64 | 0.58 |
| Hex | AE | D8 | 50 | 13 | 0 | 3F | F | 4F | 40 | 3A |
| Octal | 256 | 330 | 120 | 23 | 0 | 77 | 17 | 117 | 100 | 72 |
| Binary | 10101110 | 11011000 | 1010000 | 10011 | 0 | 111111 | 1111 | 1001111 | 1000000 | 111010 |
Color Harmonies of #AED850
Complementary color
Monochromatic Colors of #AED850
Black with #AED850
Text Example
Text Example
White with #AED850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED850; }
p { color: rgb(174,216,80); }
H1.HeaderClassName
{
color: #AED850;
}
.AnyTagClassName
{
color: #AED850;
}
</style>
background-color css
<style>
a { background-color: #AED850; }
a { background-color: rgb(174,216,80); }
div.DivClassName
{
background-color: #AED850;
}
.BgClassName
{
background-color: #AED850;
}
</style>
border-color css
<style>
span { border-color: #AED850; }
span { border-color: rgb(174,216,80); }
td.TdClassName
{
border-color: #AED850;
}
.TagClassName
{
border-color: #AED850;
}
</style>