Shades of Conifer #AECF61
Tints of Conifer #AECF61
RGB
CMYK
RGB Variations
Color information
#AECF61 (or 0xAECF61) is known color: Conifer. HEX triplet: AE, CF and 61. RGB value is (174,207,97). Sum of RGB (Red+Green+Blue) = 174+207+97=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF61 is #51309E. Grayscale: #B8B8B8. Windows color (decimal): -5320863 or 6410158. OLE color: 6410158.
HSL color Cylindrical-coordinate representation of color #AECF61: hue angle of 78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AECF61 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 97 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.19 |
| HSL | 78º | 0.53% | 0.6% | - |
| HSV(B) | 78º | 0.53% | 0.81% | - |
| XYZ | 41.93 | 54.49 | 19.62 | - |
| YUV | 184.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 97 | 0.16 | 0 | 0.53 | 0.19 | 78 | 0.53 | 0.6 |
| Hex | AE | CF | 61 | 10 | 0 | 35 | 13 | 4E | 35 | 3C |
| Octal | 256 | 317 | 141 | 20 | 0 | 65 | 23 | 116 | 65 | 74 |
| Binary | 10101110 | 11001111 | 1100001 | 10000 | 0 | 110101 | 10011 | 1001110 | 110101 | 111100 |
Color Harmonies of #AECF61
Complementary color
Monochromatic Colors of #AECF61
Black with #AECF61
Text Example
Text Example
White with #AECF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF61; }
p { color: rgb(174,207,97); }
H1.HeaderClassName
{
color: #AECF61;
}
.AnyTagClassName
{
color: #AECF61;
}
</style>
background-color css
<style>
a { background-color: #AECF61; }
a { background-color: rgb(174,207,97); }
div.DivClassName
{
background-color: #AECF61;
}
.BgClassName
{
background-color: #AECF61;
}
</style>
border-color css
<style>
span { border-color: #AECF61; }
span { border-color: rgb(174,207,97); }
td.TdClassName
{
border-color: #AECF61;
}
.TagClassName
{
border-color: #AECF61;
}
</style>