Shades of Conifer #AECE49
Tints of Conifer #AECE49
RGB
CMYK
RGB Variations
Color information
#AECE49 (or 0xAECE49) is known color: Conifer. HEX triplet: AE, CE and 49. RGB value is (174,206,73). Sum of RGB (Red+Green+Blue) = 174+206+73=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE49 is #5131B6. Grayscale: #B5B5B5. Windows color (decimal): -5321143 or 4837038. OLE color: 4837038.
HSL color Cylindrical-coordinate representation of color #AECE49: hue angle of 74.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AECE49 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 73 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.19 |
| HSL | 74.44º | 0.58% | 0.55% | - |
| HSV(B) | 74.44º | 0.65% | 0.81% | - |
| XYZ | 40.73 | 53.62 | 14.51 | - |
| YUV | 181.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 73 | 0.16 | 0 | 0.65 | 0.19 | 74.44 | 0.58 | 0.55 |
| Hex | AE | CE | 49 | 10 | 0 | 41 | 13 | 4A | 3A | 37 |
| Octal | 256 | 316 | 111 | 20 | 0 | 101 | 23 | 112 | 72 | 67 |
| Binary | 10101110 | 11001110 | 1001001 | 10000 | 0 | 1000001 | 10011 | 1001010 | 111010 | 110111 |
Color Harmonies of #AECE49
Complementary color
Monochromatic Colors of #AECE49
Black with #AECE49
Text Example
Text Example
White with #AECE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE49; }
p { color: rgb(174,206,73); }
H1.HeaderClassName
{
color: #AECE49;
}
.AnyTagClassName
{
color: #AECE49;
}
</style>
background-color css
<style>
a { background-color: #AECE49; }
a { background-color: rgb(174,206,73); }
div.DivClassName
{
background-color: #AECE49;
}
.BgClassName
{
background-color: #AECE49;
}
</style>
border-color css
<style>
span { border-color: #AECE49; }
span { border-color: rgb(174,206,73); }
td.TdClassName
{
border-color: #AECE49;
}
.TagClassName
{
border-color: #AECE49;
}
</style>