Shades of Conifer #AECF53
Tints of Conifer #AECF53
RGB
CMYK
RGB Variations
Color information
#AECF53 (or 0xAECF53) is known color: Conifer. HEX triplet: AE, CF and 53. RGB value is (174,207,83). Sum of RGB (Red+Green+Blue) = 174+207+83=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF53 is #5130AC. Grayscale: #B7B7B7. Windows color (decimal): -5320877 or 5492654. OLE color: 5492654.
HSL color Cylindrical-coordinate representation of color #AECF53: hue angle of 75.97º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AECF53 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 83 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.19 |
| HSL | 75.97º | 0.56% | 0.57% | - |
| HSV(B) | 75.97º | 0.6% | 0.81% | - |
| XYZ | 41.33 | 54.25 | 16.48 | - |
| YUV | 183 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 83 | 0.16 | 0 | 0.60 | 0.19 | 75.97 | 0.56 | 0.57 |
| Hex | AE | CF | 53 | 10 | 0 | 3C | 13 | 4C | 38 | 39 |
| Octal | 256 | 317 | 123 | 20 | 0 | 74 | 23 | 114 | 70 | 71 |
| Binary | 10101110 | 11001111 | 1010011 | 10000 | 0 | 111100 | 10011 | 1001100 | 111000 | 111001 |
Color Harmonies of #AECF53
Complementary color
Monochromatic Colors of #AECF53
Black with #AECF53
Text Example
Text Example
White with #AECF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF53; }
p { color: rgb(174,207,83); }
H1.HeaderClassName
{
color: #AECF53;
}
.AnyTagClassName
{
color: #AECF53;
}
</style>
background-color css
<style>
a { background-color: #AECF53; }
a { background-color: rgb(174,207,83); }
div.DivClassName
{
background-color: #AECF53;
}
.BgClassName
{
background-color: #AECF53;
}
</style>
border-color css
<style>
span { border-color: #AECF53; }
span { border-color: rgb(174,207,83); }
td.TdClassName
{
border-color: #AECF53;
}
.TagClassName
{
border-color: #AECF53;
}
</style>