#AECE94

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

Shades of Sprout #AECE94

Tints of Sprout #AECE94

Color information

#AECE94 (or 0xAECE94) is unknown color: approx Sprout. HEX triplet: AE, CE and 94. RGB value is (174,206,148). Sum of RGB (Red+Green+Blue) = 174+206+148=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE94 is #51316B. Grayscale: #BEBEBE. Windows color (decimal): -5321068 or 9752238. OLE color: 9752238.

HSL color Cylindrical-coordinate representation of color #AECE94: hue angle of 93.1º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECE94 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB174206148-
CMYK0.1600.280.19
HSL93.1º37.18%69.41%-
HSV(B)93.1º28.16%80.78%-
XYZ44.8755.2836.32-
YUV189.82104.4116.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=32.95%
G=39.02%
B=28.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061480.1600.280.1993.137.1869.41
HexAECE941001C135d2545
Octal256316224200342313545105
Binary101011101100111010010100100000111001001110111011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE94; }

 p { color: rgb(174,206,148); }

 H1.HeaderClassName
 {
   color: #AECE94;
 }
 .AnyTagClassName
 {
   color: #AECE94;
 }
</style>
background-color css

<style>
 a { background-color: #AECE94; }

 a { background-color: rgb(174,206,148); }

 div.DivClassName
 {
   background-color: #AECE94;
 }
 .BgClassName
 {
   background-color: #AECE94;
 }
</style>
border-color css

<style>
 span { border-color: #AECE94; }

 span { border-color: rgb(174,206,148); }

 td.TdClassName
 {
   border-color: #AECE94;
 }
 .TagClassName
 {
   border-color: #AECE94;
 }
</style>