Shades of Conifer #AECE5E
Tints of Conifer #AECE5E
RGB
CMYK
RGB Variations
Color information
#AECE5E (or 0xAECE5E) is known color: Conifer. HEX triplet: AE, CE and 5E. RGB value is (174,206,94). Sum of RGB (Red+Green+Blue) = 174+206+94=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE5E is #5131A1. Grayscale: #B8B8B8. Windows color (decimal): -5321122 or 6213294. OLE color: 6213294.
HSL color Cylindrical-coordinate representation of color #AECE5E: hue angle of 77.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AECE5E is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 94 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.19 |
| HSL | 77.14º | 0.53% | 0.59% | - |
| HSV(B) | 77.14º | 0.54% | 0.81% | - |
| XYZ | 41.55 | 53.95 | 18.81 | - |
| YUV | 183.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 94 | 0.16 | 0 | 0.54 | 0.19 | 77.14 | 0.53 | 0.59 |
| Hex | AE | CE | 5E | 10 | 0 | 36 | 13 | 4D | 35 | 3B |
| Octal | 256 | 316 | 136 | 20 | 0 | 66 | 23 | 115 | 65 | 73 |
| Binary | 10101110 | 11001110 | 1011110 | 10000 | 0 | 110110 | 10011 | 1001101 | 110101 | 111011 |
Color Harmonies of #AECE5E
Complementary color
Monochromatic Colors of #AECE5E
Black with #AECE5E
Text Example
Text Example
White with #AECE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE5E; }
p { color: rgb(174,206,94); }
H1.HeaderClassName
{
color: #AECE5E;
}
.AnyTagClassName
{
color: #AECE5E;
}
</style>
background-color css
<style>
a { background-color: #AECE5E; }
a { background-color: rgb(174,206,94); }
div.DivClassName
{
background-color: #AECE5E;
}
.BgClassName
{
background-color: #AECE5E;
}
</style>
border-color css
<style>
span { border-color: #AECE5E; }
span { border-color: rgb(174,206,94); }
td.TdClassName
{
border-color: #AECE5E;
}
.TagClassName
{
border-color: #AECE5E;
}
</style>