Shades of Conifer #AECF57
Tints of Conifer #AECF57
RGB
CMYK
RGB Variations
Color information
#AECF57 (or 0xAECF57) is known color: Conifer. HEX triplet: AE, CF and 57. RGB value is (174,207,87). Sum of RGB (Red+Green+Blue) = 174+207+87=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF57 is #5130A8. Grayscale: #B7B7B7. Windows color (decimal): -5320873 or 5754798. OLE color: 5754798.
HSL color Cylindrical-coordinate representation of color #AECF57: hue angle of 76.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AECF57 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 87 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.19 |
| HSL | 76.5º | 0.56% | 0.58% | - |
| HSV(B) | 76.5º | 0.58% | 0.81% | - |
| XYZ | 41.49 | 54.31 | 17.31 | - |
| YUV | 183.45 | 73.57 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 87 | 0.16 | 0 | 0.58 | 0.19 | 76.5 | 0.56 | 0.58 |
| Hex | AE | CF | 57 | 10 | 0 | 3A | 13 | 4C | 38 | 3A |
| Octal | 256 | 317 | 127 | 20 | 0 | 72 | 23 | 114 | 70 | 72 |
| Binary | 10101110 | 11001111 | 1010111 | 10000 | 0 | 111010 | 10011 | 1001100 | 111000 | 111010 |
Color Harmonies of #AECF57
Complementary color
Monochromatic Colors of #AECF57
Black with #AECF57
Text Example
Text Example
White with #AECF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF57; }
p { color: rgb(174,207,87); }
H1.HeaderClassName
{
color: #AECF57;
}
.AnyTagClassName
{
color: #AECF57;
}
</style>
background-color css
<style>
a { background-color: #AECF57; }
a { background-color: rgb(174,207,87); }
div.DivClassName
{
background-color: #AECF57;
}
.BgClassName
{
background-color: #AECF57;
}
</style>
border-color css
<style>
span { border-color: #AECF57; }
span { border-color: rgb(174,207,87); }
td.TdClassName
{
border-color: #AECF57;
}
.TagClassName
{
border-color: #AECF57;
}
</style>