Shades of Conifer #AEDC5E
Tints of Conifer #AEDC5E
RGB
CMYK
RGB Variations
Color information
#AEDC5E (or 0xAEDC5E) is known color: Conifer. HEX triplet: AE, DC and 5E. RGB value is (174,220,94). Sum of RGB (Red+Green+Blue) = 174+220+94=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC5E is #5123A1. Grayscale: #C0C0C0. Windows color (decimal): -5317538 or 6216878. OLE color: 6216878.
HSL color Cylindrical-coordinate representation of color #AEDC5E: hue angle of 81.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEDC5E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 94 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.14 |
| HSL | 81.9º | 0.64% | 0.62% | - |
| HSV(B) | 81.9º | 0.57% | 0.86% | - |
| XYZ | 45.07 | 60.99 | 19.99 | - |
| YUV | 191.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 94 | 0.21 | 0 | 0.57 | 0.14 | 81.9 | 0.64 | 0.62 |
| Hex | AE | DC | 5E | 15 | 0 | 39 | E | 52 | 40 | 3E |
| Octal | 256 | 334 | 136 | 25 | 0 | 71 | 16 | 122 | 100 | 76 |
| Binary | 10101110 | 11011100 | 1011110 | 10101 | 0 | 111001 | 1110 | 1010010 | 1000000 | 111110 |
Color Harmonies of #AEDC5E
Complementary color
Monochromatic Colors of #AEDC5E
Black with #AEDC5E
Text Example
Text Example
White with #AEDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC5E; }
p { color: rgb(174,220,94); }
H1.HeaderClassName
{
color: #AEDC5E;
}
.AnyTagClassName
{
color: #AEDC5E;
}
</style>
background-color css
<style>
a { background-color: #AEDC5E; }
a { background-color: rgb(174,220,94); }
div.DivClassName
{
background-color: #AEDC5E;
}
.BgClassName
{
background-color: #AEDC5E;
}
</style>
border-color css
<style>
span { border-color: #AEDC5E; }
span { border-color: rgb(174,220,94); }
td.TdClassName
{
border-color: #AEDC5E;
}
.TagClassName
{
border-color: #AEDC5E;
}
</style>