Shades of Conifer #AECE53
Tints of Conifer #AECE53
RGB
CMYK
RGB Variations
Color information
#AECE53 (or 0xAECE53) is known color: Conifer. HEX triplet: AE, CE and 53. RGB value is (174,206,83). Sum of RGB (Red+Green+Blue) = 174+206+83=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE53 is #5131AC. Grayscale: #B6B6B6. Windows color (decimal): -5321133 or 5492398. OLE color: 5492398.
HSL color Cylindrical-coordinate representation of color #AECE53: hue angle of 75.61º 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 #AECE53 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 83 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.19 |
| HSL | 75.61º | 0.56% | 0.57% | - |
| HSV(B) | 75.61º | 0.6% | 0.81% | - |
| XYZ | 41.09 | 53.77 | 16.4 | - |
| YUV | 182.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 83 | 0.16 | 0 | 0.60 | 0.19 | 75.61 | 0.56 | 0.57 |
| Hex | AE | CE | 53 | 10 | 0 | 3C | 13 | 4C | 38 | 39 |
| Octal | 256 | 316 | 123 | 20 | 0 | 74 | 23 | 114 | 70 | 71 |
| Binary | 10101110 | 11001110 | 1010011 | 10000 | 0 | 111100 | 10011 | 1001100 | 111000 | 111001 |
Color Harmonies of #AECE53
Complementary color
Monochromatic Colors of #AECE53
Black with #AECE53
Text Example
Text Example
White with #AECE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE53; }
p { color: rgb(174,206,83); }
H1.HeaderClassName
{
color: #AECE53;
}
.AnyTagClassName
{
color: #AECE53;
}
</style>
background-color css
<style>
a { background-color: #AECE53; }
a { background-color: rgb(174,206,83); }
div.DivClassName
{
background-color: #AECE53;
}
.BgClassName
{
background-color: #AECE53;
}
</style>
border-color css
<style>
span { border-color: #AECE53; }
span { border-color: rgb(174,206,83); }
td.TdClassName
{
border-color: #AECE53;
}
.TagClassName
{
border-color: #AECE53;
}
</style>