Shades of Conifer #AED963
Tints of Conifer #AED963
RGB
CMYK
RGB Variations
Color information
#AED963 (or 0xAED963) is known color: Conifer. HEX triplet: AE, D9 and 63. RGB value is (174,217,99). Sum of RGB (Red+Green+Blue) = 174+217+99=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #AED963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED963 is #51269C. Grayscale: #BFBFBF. Windows color (decimal): -5318301 or 6543790. OLE color: 6543790.
HSL color Cylindrical-coordinate representation of color #AED963: hue angle of 81.86º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AED963 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 99 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.15 |
| HSL | 81.86º | 0.61% | 0.62% | - |
| HSV(B) | 81.86º | 0.54% | 0.85% | - |
| XYZ | 44.52 | 59.53 | 20.95 | - |
| YUV | 190.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 99 | 0.20 | 0 | 0.54 | 0.15 | 81.86 | 0.61 | 0.62 |
| Hex | AE | D9 | 63 | 14 | 0 | 36 | F | 52 | 3D | 3E |
| Octal | 256 | 331 | 143 | 24 | 0 | 66 | 17 | 122 | 75 | 76 |
| Binary | 10101110 | 11011001 | 1100011 | 10100 | 0 | 110110 | 1111 | 1010010 | 111101 | 111110 |
Color Harmonies of #AED963
Complementary color
Monochromatic Colors of #AED963
Black with #AED963
Text Example
Text Example
White with #AED963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED963; }
p { color: rgb(174,217,99); }
H1.HeaderClassName
{
color: #AED963;
}
.AnyTagClassName
{
color: #AED963;
}
</style>
background-color css
<style>
a { background-color: #AED963; }
a { background-color: rgb(174,217,99); }
div.DivClassName
{
background-color: #AED963;
}
.BgClassName
{
background-color: #AED963;
}
</style>
border-color css
<style>
span { border-color: #AED963; }
span { border-color: rgb(174,217,99); }
td.TdClassName
{
border-color: #AED963;
}
.TagClassName
{
border-color: #AED963;
}
</style>