Shades of Conifer #AED063
Tints of Conifer #AED063
RGB
CMYK
RGB Variations
Color information
#AED063 (or 0xAED063) is known color: Conifer. HEX triplet: AE, D0 and 63. RGB value is (174,208,99). Sum of RGB (Red+Green+Blue) = 174+208+99=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #AED063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED063 is #512F9C. Grayscale: #B9B9B9. Windows color (decimal): -5320605 or 6541486. OLE color: 6541486.
HSL color Cylindrical-coordinate representation of color #AED063: hue angle of 78.72º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AED063 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 99 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.18 |
| HSL | 78.72º | 0.54% | 0.6% | - |
| HSV(B) | 78.72º | 0.52% | 0.82% | - |
| XYZ | 42.26 | 55.01 | 20.2 | - |
| YUV | 185.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 99 | 0.16 | 0 | 0.52 | 0.18 | 78.72 | 0.54 | 0.6 |
| Hex | AE | D0 | 63 | 10 | 0 | 34 | 12 | 4F | 36 | 3C |
| Octal | 256 | 320 | 143 | 20 | 0 | 64 | 22 | 117 | 66 | 74 |
| Binary | 10101110 | 11010000 | 1100011 | 10000 | 0 | 110100 | 10010 | 1001111 | 110110 | 111100 |
Color Harmonies of #AED063
Complementary color
Monochromatic Colors of #AED063
Black with #AED063
Text Example
Text Example
White with #AED063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED063; }
p { color: rgb(174,208,99); }
H1.HeaderClassName
{
color: #AED063;
}
.AnyTagClassName
{
color: #AED063;
}
</style>
background-color css
<style>
a { background-color: #AED063; }
a { background-color: rgb(174,208,99); }
div.DivClassName
{
background-color: #AED063;
}
.BgClassName
{
background-color: #AED063;
}
</style>
border-color css
<style>
span { border-color: #AED063; }
span { border-color: rgb(174,208,99); }
td.TdClassName
{
border-color: #AED063;
}
.TagClassName
{
border-color: #AED063;
}
</style>