#AEC98D

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

Shades of Sprout #AEC98D

Tints of Sprout #AEC98D

Color information

#AEC98D (or 0xAEC98D) is unknown color: approx Sprout. HEX triplet: AE, C9 and 8D. RGB value is (174,201,141). Sum of RGB (Red+Green+Blue) = 174+201+141=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC98D is #513672. Grayscale: #BABABA. Windows color (decimal): -5322355 or 9292206. OLE color: 9292206.

HSL color Cylindrical-coordinate representation of color #AEC98D: hue angle of 87º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEC98D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB174201141-
CMYK0.1300.300.21
HSL87º35.71%67.06%-
HSV(B)87º29.85%78.82%-
XYZ43.1552.733.1-
YUV186.09102.55119.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=33.72%
G=38.95%
B=27.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011410.1300.300.218735.7167.06
HexAEC98DD01E15572443
Octal256311215150362512744103
Binary10101110110010011000110111010111101010110101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC98D; }

 p { color: rgb(174,201,141); }

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

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

 a { background-color: rgb(174,201,141); }

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

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

 span { border-color: rgb(174,201,141); }

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