Shades of Conifer #AECE48
Tints of Conifer #AECE48
RGB
CMYK
RGB Variations
Color information
#AECE48 (or 0xAECE48) is known color: Conifer. HEX triplet: AE, CE and 48. RGB value is (174,206,72). Sum of RGB (Red+Green+Blue) = 174+206+72=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE48 is #5131B7. Grayscale: #B5B5B5. Windows color (decimal): -5321144 or 4771502. OLE color: 4771502.
HSL color Cylindrical-coordinate representation of color #AECE48: hue angle of 74.33º 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 #AECE48 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 72 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.19 |
| HSL | 74.33º | 0.58% | 0.55% | - |
| HSV(B) | 74.33º | 0.65% | 0.81% | - |
| XYZ | 40.7 | 53.61 | 14.33 | - |
| YUV | 181.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 72 | 0.16 | 0 | 0.65 | 0.19 | 74.33 | 0.58 | 0.55 |
| Hex | AE | CE | 48 | 10 | 0 | 41 | 13 | 4A | 3A | 37 |
| Octal | 256 | 316 | 110 | 20 | 0 | 101 | 23 | 112 | 72 | 67 |
| Binary | 10101110 | 11001110 | 1001000 | 10000 | 0 | 1000001 | 10011 | 1001010 | 111010 | 110111 |
Color Harmonies of #AECE48
Complementary color
Monochromatic Colors of #AECE48
Black with #AECE48
Text Example
Text Example
White with #AECE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE48; }
p { color: rgb(174,206,72); }
H1.HeaderClassName
{
color: #AECE48;
}
.AnyTagClassName
{
color: #AECE48;
}
</style>
background-color css
<style>
a { background-color: #AECE48; }
a { background-color: rgb(174,206,72); }
div.DivClassName
{
background-color: #AECE48;
}
.BgClassName
{
background-color: #AECE48;
}
</style>
border-color css
<style>
span { border-color: #AECE48; }
span { border-color: rgb(174,206,72); }
td.TdClassName
{
border-color: #AECE48;
}
.TagClassName
{
border-color: #AECE48;
}
</style>