Shades of Conifer #AECF56
Tints of Conifer #AECF56
RGB
CMYK
RGB Variations
Color information
#AECF56 (or 0xAECF56) is known color: Conifer. HEX triplet: AE, CF and 56. RGB value is (174,207,86). Sum of RGB (Red+Green+Blue) = 174+207+86=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF56 is #5130A9. Grayscale: #B7B7B7. Windows color (decimal): -5320874 or 5689262. OLE color: 5689262.
HSL color Cylindrical-coordinate representation of color #AECF56: hue angle of 76.36º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AECF56 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 86 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.19 |
| HSL | 76.36º | 0.56% | 0.57% | - |
| HSV(B) | 76.36º | 0.58% | 0.81% | - |
| XYZ | 41.45 | 54.3 | 17.1 | - |
| YUV | 183.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 86 | 0.16 | 0 | 0.58 | 0.19 | 76.36 | 0.56 | 0.57 |
| Hex | AE | CF | 56 | 10 | 0 | 3A | 13 | 4C | 38 | 39 |
| Octal | 256 | 317 | 126 | 20 | 0 | 72 | 23 | 114 | 70 | 71 |
| Binary | 10101110 | 11001111 | 1010110 | 10000 | 0 | 111010 | 10011 | 1001100 | 111000 | 111001 |
Color Harmonies of #AECF56
Complementary color
Monochromatic Colors of #AECF56
Black with #AECF56
Text Example
Text Example
White with #AECF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF56; }
p { color: rgb(174,207,86); }
H1.HeaderClassName
{
color: #AECF56;
}
.AnyTagClassName
{
color: #AECF56;
}
</style>
background-color css
<style>
a { background-color: #AECF56; }
a { background-color: rgb(174,207,86); }
div.DivClassName
{
background-color: #AECF56;
}
.BgClassName
{
background-color: #AECF56;
}
</style>
border-color css
<style>
span { border-color: #AECF56; }
span { border-color: rgb(174,207,86); }
td.TdClassName
{
border-color: #AECF56;
}
.TagClassName
{
border-color: #AECF56;
}
</style>