Shades of Conifer #AECD55
Tints of Conifer #AECD55
RGB
CMYK
RGB Variations
Color information
#AECD55 (or 0xAECD55) is known color: Conifer. HEX triplet: AE, CD and 55. RGB value is (174,205,85). Sum of RGB (Red+Green+Blue) = 174+205+85=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD55 is #5132AA. Grayscale: #B6B6B6. Windows color (decimal): -5321387 or 5623214. OLE color: 5623214.
HSL color Cylindrical-coordinate representation of color #AECD55: hue angle of 75.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AECD55 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 85 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.20 |
| HSL | 75.5º | 0.55% | 0.57% | - |
| HSV(B) | 75.5º | 0.59% | 0.8% | - |
| XYZ | 40.93 | 53.32 | 16.73 | - |
| YUV | 182.05 | 73.23 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 85 | 0.15 | 0 | 0.59 | 0.20 | 75.5 | 0.55 | 0.57 |
| Hex | AE | CD | 55 | F | 0 | 3B | 14 | 4C | 37 | 39 |
| Octal | 256 | 315 | 125 | 17 | 0 | 73 | 24 | 114 | 67 | 71 |
| Binary | 10101110 | 11001101 | 1010101 | 1111 | 0 | 111011 | 10100 | 1001100 | 110111 | 111001 |
Color Harmonies of #AECD55
Complementary color
Monochromatic Colors of #AECD55
Black with #AECD55
Text Example
Text Example
White with #AECD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD55; }
p { color: rgb(174,205,85); }
H1.HeaderClassName
{
color: #AECD55;
}
.AnyTagClassName
{
color: #AECD55;
}
</style>
background-color css
<style>
a { background-color: #AECD55; }
a { background-color: rgb(174,205,85); }
div.DivClassName
{
background-color: #AECD55;
}
.BgClassName
{
background-color: #AECD55;
}
</style>
border-color css
<style>
span { border-color: #AECD55; }
span { border-color: rgb(174,205,85); }
td.TdClassName
{
border-color: #AECD55;
}
.TagClassName
{
border-color: #AECD55;
}
</style>