Shades of Conifer #AECE55
Tints of Conifer #AECE55
RGB
CMYK
RGB Variations
Color information
#AECE55 (or 0xAECE55) is known color: Conifer. HEX triplet: AE, CE and 55. RGB value is (174,206,85). Sum of RGB (Red+Green+Blue) = 174+206+85=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE55 is #5131AA. Grayscale: #B7B7B7. Windows color (decimal): -5321131 or 5623470. OLE color: 5623470.
HSL color Cylindrical-coordinate representation of color #AECE55: hue angle of 75.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AECE55 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 85 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.19 |
| HSL | 75.87º | 0.55% | 0.57% | - |
| HSV(B) | 75.87º | 0.59% | 0.81% | - |
| XYZ | 41.17 | 53.8 | 16.81 | - |
| YUV | 182.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 85 | 0.16 | 0 | 0.59 | 0.19 | 75.87 | 0.55 | 0.57 |
| Hex | AE | CE | 55 | 10 | 0 | 3B | 13 | 4C | 37 | 39 |
| Octal | 256 | 316 | 125 | 20 | 0 | 73 | 23 | 114 | 67 | 71 |
| Binary | 10101110 | 11001110 | 1010101 | 10000 | 0 | 111011 | 10011 | 1001100 | 110111 | 111001 |
Color Harmonies of #AECE55
Complementary color
Monochromatic Colors of #AECE55
Black with #AECE55
Text Example
Text Example
White with #AECE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE55; }
p { color: rgb(174,206,85); }
H1.HeaderClassName
{
color: #AECE55;
}
.AnyTagClassName
{
color: #AECE55;
}
</style>
background-color css
<style>
a { background-color: #AECE55; }
a { background-color: rgb(174,206,85); }
div.DivClassName
{
background-color: #AECE55;
}
.BgClassName
{
background-color: #AECE55;
}
</style>
border-color css
<style>
span { border-color: #AECE55; }
span { border-color: rgb(174,206,85); }
td.TdClassName
{
border-color: #AECE55;
}
.TagClassName
{
border-color: #AECE55;
}
</style>