Shades of Conifer #AEDA63
Tints of Conifer #AEDA63
RGB
CMYK
RGB Variations
Color information
#AEDA63 (or 0xAEDA63) is known color: Conifer. HEX triplet: AE, DA and 63. RGB value is (174,218,99). Sum of RGB (Red+Green+Blue) = 174+218+99=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA63 is #51259C. Grayscale: #BFBFBF. Windows color (decimal): -5318045 or 6544046. OLE color: 6544046.
HSL color Cylindrical-coordinate representation of color #AEDA63: hue angle of 82.18º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEDA63 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 99 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.15 |
| HSL | 82.18º | 0.62% | 0.62% | - |
| HSV(B) | 82.18º | 0.55% | 0.85% | - |
| XYZ | 44.78 | 60.04 | 21.03 | - |
| YUV | 191.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 99 | 0.20 | 0 | 0.55 | 0.15 | 82.18 | 0.62 | 0.62 |
| Hex | AE | DA | 63 | 14 | 0 | 37 | F | 52 | 3E | 3E |
| Octal | 256 | 332 | 143 | 24 | 0 | 67 | 17 | 122 | 76 | 76 |
| Binary | 10101110 | 11011010 | 1100011 | 10100 | 0 | 110111 | 1111 | 1010010 | 111110 | 111110 |
Color Harmonies of #AEDA63
Complementary color
Monochromatic Colors of #AEDA63
Black with #AEDA63
Text Example
Text Example
White with #AEDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA63; }
p { color: rgb(174,218,99); }
H1.HeaderClassName
{
color: #AEDA63;
}
.AnyTagClassName
{
color: #AEDA63;
}
</style>
background-color css
<style>
a { background-color: #AEDA63; }
a { background-color: rgb(174,218,99); }
div.DivClassName
{
background-color: #AEDA63;
}
.BgClassName
{
background-color: #AEDA63;
}
</style>
border-color css
<style>
span { border-color: #AEDA63; }
span { border-color: rgb(174,218,99); }
td.TdClassName
{
border-color: #AEDA63;
}
.TagClassName
{
border-color: #AEDA63;
}
</style>