Shades of Conifer #AEDC5F
Tints of Conifer #AEDC5F
RGB
CMYK
RGB Variations
Color information
#AEDC5F (or 0xAEDC5F) is known color: Conifer. HEX triplet: AE, DC and 5F. RGB value is (174,220,95). Sum of RGB (Red+Green+Blue) = 174+220+95=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC5F is #5123A0. Grayscale: #C0C0C0. Windows color (decimal): -5317537 or 6282414. OLE color: 6282414.
HSL color Cylindrical-coordinate representation of color #AEDC5F: hue angle of 82.08º 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 #AEDC5F is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 95 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.14 |
| HSL | 82.08º | 0.64% | 0.62% | - |
| HSV(B) | 82.08º | 0.57% | 0.86% | - |
| XYZ | 45.11 | 61.01 | 20.23 | - |
| YUV | 192 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 95 | 0.21 | 0 | 0.57 | 0.14 | 82.08 | 0.64 | 0.62 |
| Hex | AE | DC | 5F | 15 | 0 | 39 | E | 52 | 40 | 3E |
| Octal | 256 | 334 | 137 | 25 | 0 | 71 | 16 | 122 | 100 | 76 |
| Binary | 10101110 | 11011100 | 1011111 | 10101 | 0 | 111001 | 1110 | 1010010 | 1000000 | 111110 |
Color Harmonies of #AEDC5F
Complementary color
Monochromatic Colors of #AEDC5F
Black with #AEDC5F
Text Example
Text Example
White with #AEDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC5F; }
p { color: rgb(174,220,95); }
H1.HeaderClassName
{
color: #AEDC5F;
}
.AnyTagClassName
{
color: #AEDC5F;
}
</style>
background-color css
<style>
a { background-color: #AEDC5F; }
a { background-color: rgb(174,220,95); }
div.DivClassName
{
background-color: #AEDC5F;
}
.BgClassName
{
background-color: #AEDC5F;
}
</style>
border-color css
<style>
span { border-color: #AEDC5F; }
span { border-color: rgb(174,220,95); }
td.TdClassName
{
border-color: #AEDC5F;
}
.TagClassName
{
border-color: #AEDC5F;
}
</style>