#AEC494

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

Shades of Sprout #AEC494

Tints of Sprout #AEC494

Color information

#AEC494 (or 0xAEC494) is unknown color: approx Sprout. HEX triplet: AE, C4 and 94. RGB value is (174,196,148). Sum of RGB (Red+Green+Blue) = 174+196+148=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC494 is #513B6B. Grayscale: #B8B8B8. Windows color (decimal): -5323628 or 9749678. OLE color: 9749678.

HSL color Cylindrical-coordinate representation of color #AEC494: hue angle of 87.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEC494 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB174196148-
CMYK0.1100.240.23
HSL87.5º28.92%67.45%-
HSV(B)87.5º24.49%76.86%-
XYZ42.5450.6235.54-
YUV183.95107.71120.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=33.59%
G=37.84%
B=28.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961480.1100.240.2387.528.9267.45
HexAEC494B01817581d43
Octal256304224130302713035103
Binary1010111011000100100101001011011000101111011000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC494; }

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

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

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

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

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

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

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

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