Shades of Conifer #AECE5C
Tints of Conifer #AECE5C
RGB
CMYK
RGB Variations
Color information
#AECE5C (or 0xAECE5C) is known color: Conifer. HEX triplet: AE, CE and 5C. RGB value is (174,206,92). Sum of RGB (Red+Green+Blue) = 174+206+92=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE5C is #5131A3. Grayscale: #B7B7B7. Windows color (decimal): -5321124 or 6082222. OLE color: 6082222.
HSL color Cylindrical-coordinate representation of color #AECE5C: hue angle of 76.84º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AECE5C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 92 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.19 |
| HSL | 76.84º | 0.54% | 0.58% | - |
| HSV(B) | 76.84º | 0.55% | 0.81% | - |
| XYZ | 41.46 | 53.91 | 18.35 | - |
| YUV | 183.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 92 | 0.16 | 0 | 0.55 | 0.19 | 76.84 | 0.54 | 0.58 |
| Hex | AE | CE | 5C | 10 | 0 | 37 | 13 | 4D | 36 | 3A |
| Octal | 256 | 316 | 134 | 20 | 0 | 67 | 23 | 115 | 66 | 72 |
| Binary | 10101110 | 11001110 | 1011100 | 10000 | 0 | 110111 | 10011 | 1001101 | 110110 | 111010 |
Color Harmonies of #AECE5C
Complementary color
Monochromatic Colors of #AECE5C
Black with #AECE5C
Text Example
Text Example
White with #AECE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE5C; }
p { color: rgb(174,206,92); }
H1.HeaderClassName
{
color: #AECE5C;
}
.AnyTagClassName
{
color: #AECE5C;
}
</style>
background-color css
<style>
a { background-color: #AECE5C; }
a { background-color: rgb(174,206,92); }
div.DivClassName
{
background-color: #AECE5C;
}
.BgClassName
{
background-color: #AECE5C;
}
</style>
border-color css
<style>
span { border-color: #AECE5C; }
span { border-color: rgb(174,206,92); }
td.TdClassName
{
border-color: #AECE5C;
}
.TagClassName
{
border-color: #AECE5C;
}
</style>