#AECE95

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

Shades of Sprout #AECE95

Tints of Sprout #AECE95

Color information

#AECE95 (or 0xAECE95) is unknown color: approx Sprout. HEX triplet: AE, CE and 95. RGB value is (174,206,149). Sum of RGB (Red+Green+Blue) = 174+206+149=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE95 is #51316A. Grayscale: #BEBEBE. Windows color (decimal): -5321067 or 9817774. OLE color: 9817774.

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

Color convert

RGB174206149-
CMYK0.1600.280.19
HSL93.68º36.77%69.61%-
HSV(B)93.68º27.67%80.78%-
XYZ44.9555.3136.74-
YUV189.93104.9116.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=32.89%
G=38.94%
B=28.17%

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
Decimal1742061490.1600.280.1993.6836.7769.61
HexAECE951001C135e2546
Octal256316225200342313645106
Binary101011101100111010010101100000111001001110111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE95; }

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

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

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

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

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

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

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

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