#AECE48

Color #AECE48 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AECE48

Tints of Conifer #AECE48

Color information

#AECE48 (or 0xAECE48) is unknown color: approx 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

RGB17420672-
CMYK0.1600.650.19
HSL74.33º57.76%54.51%-
HSV(B)74.33º65.05%80.78%-
XYZ40.753.6114.33-
YUV181.1666.4122.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 206 (80.86% from 255) = 45.58%
BLUE value IS 72 (28.52% from 255) = 15.93%
R=38.50%
G=45.58%
B=15.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174206720.1600.650.1974.3357.7654.51
HexAECE4810041134a3a37
Octal256316110200101231127267
Binary101011101100111010010001000001000001100111001010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>