#AECA95

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

Shades of Sprout #AECA95

Tints of Sprout #AECA95

Color information

#AECA95 (or 0xAECA95) is unknown color: approx Sprout. HEX triplet: AE, CA and 95. RGB value is (174,202,149). Sum of RGB (Red+Green+Blue) = 174+202+149=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA95 is #51356A. Grayscale: #BBBBBB. Windows color (decimal): -5322091 or 9816750. OLE color: 9816750.

HSL color Cylindrical-coordinate representation of color #AECA95: hue angle of 91.7º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECA95 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB174202149-
CMYK0.1400.260.21
HSL91.7º33.33%68.82%-
HSV(B)91.7º26.24%79.22%-
XYZ4453.4136.42-
YUV187.59106.22118.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=33.14%
G=38.48%
B=28.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021490.1400.260.2191.733.3368.82
HexAECA95E01A155c2145
Octal256312225160322513441105
Binary10101110110010101001010111100110101010110111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA95; }

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

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

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

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

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

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

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

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