Shades of Conifer #AECD54
Tints of Conifer #AECD54
RGB
CMYK
RGB Variations
Color information
#AECD54 (or 0xAECD54) is known color: Conifer. HEX triplet: AE, CD and 54. RGB value is (174,205,84). Sum of RGB (Red+Green+Blue) = 174+205+84=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD54 is #5132AB. Grayscale: #B6B6B6. Windows color (decimal): -5321388 or 5557678. OLE color: 5557678.
HSL color Cylindrical-coordinate representation of color #AECD54: hue angle of 75.37º 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 #AECD54 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 84 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.20 |
| HSL | 75.37º | 0.55% | 0.57% | - |
| HSV(B) | 75.37º | 0.59% | 0.8% | - |
| XYZ | 40.89 | 53.3 | 16.52 | - |
| YUV | 181.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 84 | 0.15 | 0 | 0.59 | 0.20 | 75.37 | 0.55 | 0.57 |
| Hex | AE | CD | 54 | F | 0 | 3B | 14 | 4B | 37 | 39 |
| Octal | 256 | 315 | 124 | 17 | 0 | 73 | 24 | 113 | 67 | 71 |
| Binary | 10101110 | 11001101 | 1010100 | 1111 | 0 | 111011 | 10100 | 1001011 | 110111 | 111001 |
Color Harmonies of #AECD54
Complementary color
Monochromatic Colors of #AECD54
Black with #AECD54
Text Example
Text Example
White with #AECD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD54; }
p { color: rgb(174,205,84); }
H1.HeaderClassName
{
color: #AECD54;
}
.AnyTagClassName
{
color: #AECD54;
}
</style>
background-color css
<style>
a { background-color: #AECD54; }
a { background-color: rgb(174,205,84); }
div.DivClassName
{
background-color: #AECD54;
}
.BgClassName
{
background-color: #AECD54;
}
</style>
border-color css
<style>
span { border-color: #AECD54; }
span { border-color: rgb(174,205,84); }
td.TdClassName
{
border-color: #AECD54;
}
.TagClassName
{
border-color: #AECD54;
}
</style>