Shades of Conifer #AECE56
Tints of Conifer #AECE56
RGB
CMYK
RGB Variations
Color information
#AECE56 (or 0xAECE56) is known color: Conifer. HEX triplet: AE, CE and 56. RGB value is (174,206,86). Sum of RGB (Red+Green+Blue) = 174+206+86=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE56 is #5131A9. Grayscale: #B7B7B7. Windows color (decimal): -5321130 or 5689006. OLE color: 5689006.
HSL color Cylindrical-coordinate representation of color #AECE56: hue angle of 76º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AECE56 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 86 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.19 |
| HSL | 76º | 0.55% | 0.57% | - |
| HSV(B) | 76º | 0.58% | 0.81% | - |
| XYZ | 41.21 | 53.81 | 17.02 | - |
| YUV | 182.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 86 | 0.16 | 0 | 0.58 | 0.19 | 76 | 0.55 | 0.57 |
| Hex | AE | CE | 56 | 10 | 0 | 3A | 13 | 4C | 37 | 39 |
| Octal | 256 | 316 | 126 | 20 | 0 | 72 | 23 | 114 | 67 | 71 |
| Binary | 10101110 | 11001110 | 1010110 | 10000 | 0 | 111010 | 10011 | 1001100 | 110111 | 111001 |
Color Harmonies of #AECE56
Complementary color
Monochromatic Colors of #AECE56
Black with #AECE56
Text Example
Text Example
White with #AECE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE56; }
p { color: rgb(174,206,86); }
H1.HeaderClassName
{
color: #AECE56;
}
.AnyTagClassName
{
color: #AECE56;
}
</style>
background-color css
<style>
a { background-color: #AECE56; }
a { background-color: rgb(174,206,86); }
div.DivClassName
{
background-color: #AECE56;
}
.BgClassName
{
background-color: #AECE56;
}
</style>
border-color css
<style>
span { border-color: #AECE56; }
span { border-color: rgb(174,206,86); }
td.TdClassName
{
border-color: #AECE56;
}
.TagClassName
{
border-color: #AECE56;
}
</style>