Shades of Conifer #AECB57
Tints of Conifer #AECB57
RGB
CMYK
RGB Variations
Color information
#AECB57 (or 0xAECB57) is known color: Conifer. HEX triplet: AE, CB and 57. RGB value is (174,203,87). Sum of RGB (Red+Green+Blue) = 174+203+87=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB57 is #5134A8. Grayscale: #B5B5B5. Windows color (decimal): -5321897 or 5753774. OLE color: 5753774.
HSL color Cylindrical-coordinate representation of color #AECB57: hue angle of 75º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AECB57 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 87 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.20 |
| HSL | 75º | 0.53% | 0.57% | - |
| HSV(B) | 75º | 0.57% | 0.8% | - |
| XYZ | 40.53 | 52.4 | 16.99 | - |
| YUV | 181.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 87 | 0.14 | 0 | 0.57 | 0.20 | 75 | 0.53 | 0.57 |
| Hex | AE | CB | 57 | E | 0 | 39 | 14 | 4B | 35 | 39 |
| Octal | 256 | 313 | 127 | 16 | 0 | 71 | 24 | 113 | 65 | 71 |
| Binary | 10101110 | 11001011 | 1010111 | 1110 | 0 | 111001 | 10100 | 1001011 | 110101 | 111001 |
Color Harmonies of #AECB57
Complementary color
Monochromatic Colors of #AECB57
Black with #AECB57
Text Example
Text Example
White with #AECB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB57; }
p { color: rgb(174,203,87); }
H1.HeaderClassName
{
color: #AECB57;
}
.AnyTagClassName
{
color: #AECB57;
}
</style>
background-color css
<style>
a { background-color: #AECB57; }
a { background-color: rgb(174,203,87); }
div.DivClassName
{
background-color: #AECB57;
}
.BgClassName
{
background-color: #AECB57;
}
</style>
border-color css
<style>
span { border-color: #AECB57; }
span { border-color: rgb(174,203,87); }
td.TdClassName
{
border-color: #AECB57;
}
.TagClassName
{
border-color: #AECB57;
}
</style>