#AEC98F

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

Shades of Sprout #AEC98F

Tints of Sprout #AEC98F

Color information

#AEC98F (or 0xAEC98F) is unknown color: approx Sprout. HEX triplet: AE, C9 and 8F. RGB value is (174,201,143). Sum of RGB (Red+Green+Blue) = 174+201+143=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC98F is #513670. Grayscale: #BABABA. Windows color (decimal): -5322353 or 9423278. OLE color: 9423278.

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

Color convert

RGB174201143-
CMYK0.1300.290.21
HSL87.93º34.94%67.45%-
HSV(B)87.93º28.86%78.82%-
XYZ43.352.7633.89-
YUV186.31103.55119.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=33.59%
G=38.80%
B=27.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011430.1300.290.2187.9334.9467.45
HexAEC98FD01D15582343
Octal256311217150352513043103
Binary10101110110010011000111111010111011010110110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC98F; }

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

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

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

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

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

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

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

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