#AEC98E

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

Shades of Sprout #AEC98E

Tints of Sprout #AEC98E

Color information

#AEC98E (or 0xAEC98E) is unknown color: approx Sprout. HEX triplet: AE, C9 and 8E. RGB value is (174,201,142). Sum of RGB (Red+Green+Blue) = 174+201+142=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC98E is #513671. Grayscale: #BABABA. Windows color (decimal): -5322354 or 9357742. OLE color: 9357742.

HSL color Cylindrical-coordinate representation of color #AEC98E: hue angle of 87.46º 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 #AEC98E is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB174201142-
CMYK0.1300.290.21
HSL87.46º35.33%67.25%-
HSV(B)87.46º29.35%78.82%-
XYZ43.2252.7233.49-
YUV186.2103.05119.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=33.66%
G=38.88%
B=27.47%

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
Decimal1742011420.1300.290.2187.4635.3367.25
HexAEC98ED01D15572343
Octal256311216150352512743103
Binary10101110110010011000111011010111011010110101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC98E; }

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

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

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

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

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

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

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

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