#AEC497

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

Shades of Sprout #AEC497

Tints of Sprout #AEC497

Color information

#AEC497 (or 0xAEC497) is unknown color: approx Sprout. HEX triplet: AE, C4 and 97. RGB value is (174,196,151). Sum of RGB (Red+Green+Blue) = 174+196+151=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC497 is #513B68. Grayscale: #B8B8B8. Windows color (decimal): -5323625 or 9946286. OLE color: 9946286.

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

Color convert

RGB174196151-
CMYK0.1100.230.23
HSL89.33º27.61%68.04%-
HSV(B)89.33º22.96%76.86%-
XYZ42.7850.7136.81-
YUV184.29109.21120.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 151 (59.38% from 255) = 28.98%
R=33.40%
G=37.62%
B=28.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961510.1100.230.2389.3327.6168.04
HexAEC497B01717591c44
Octal256304227130272713134104
Binary1010111011000100100101111011010111101111011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC497; }

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

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

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

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

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

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

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

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