Shades of Conifer #AECB56
Tints of Conifer #AECB56
RGB
CMYK
RGB Variations
Color information
#AECB56 (or 0xAECB56) is known color: Conifer. HEX triplet: AE, CB and 56. RGB value is (174,203,86). Sum of RGB (Red+Green+Blue) = 174+203+86=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB56 is #5134A9. Grayscale: #B5B5B5. Windows color (decimal): -5321898 or 5688238. OLE color: 5688238.
HSL color Cylindrical-coordinate representation of color #AECB56: hue angle of 74.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AECB56 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 86 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.20 |
| HSL | 74.87º | 0.53% | 0.57% | - |
| HSV(B) | 74.87º | 0.58% | 0.8% | - |
| XYZ | 40.49 | 52.38 | 16.78 | - |
| YUV | 180.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 86 | 0.14 | 0 | 0.58 | 0.20 | 74.87 | 0.53 | 0.57 |
| Hex | AE | CB | 56 | E | 0 | 3A | 14 | 4B | 35 | 39 |
| Octal | 256 | 313 | 126 | 16 | 0 | 72 | 24 | 113 | 65 | 71 |
| Binary | 10101110 | 11001011 | 1010110 | 1110 | 0 | 111010 | 10100 | 1001011 | 110101 | 111001 |
Color Harmonies of #AECB56
Complementary color
Monochromatic Colors of #AECB56
Black with #AECB56
Text Example
Text Example
White with #AECB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB56; }
p { color: rgb(174,203,86); }
H1.HeaderClassName
{
color: #AECB56;
}
.AnyTagClassName
{
color: #AECB56;
}
</style>
background-color css
<style>
a { background-color: #AECB56; }
a { background-color: rgb(174,203,86); }
div.DivClassName
{
background-color: #AECB56;
}
.BgClassName
{
background-color: #AECB56;
}
</style>
border-color css
<style>
span { border-color: #AECB56; }
span { border-color: rgb(174,203,86); }
td.TdClassName
{
border-color: #AECB56;
}
.TagClassName
{
border-color: #AECB56;
}
</style>