#AECB8E

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

Shades of Sprout #AECB8E

Tints of Sprout #AECB8E

Color information

#AECB8E (or 0xAECB8E) is unknown color: approx Sprout. HEX triplet: AE, CB and 8E. RGB value is (174,203,142). Sum of RGB (Red+Green+Blue) = 174+203+142=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB8E is #513471. Grayscale: #BBBBBB. Windows color (decimal): -5321842 or 9358254. OLE color: 9358254.

HSL color Cylindrical-coordinate representation of color #AECB8E: hue angle of 88.52º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECB8E is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB174203142-
CMYK0.1400.300.20
HSL88.52º36.97%67.65%-
HSV(B)88.52º30.05%79.61%-
XYZ43.6953.6633.65-
YUV187.37102.39118.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=33.53%
G=39.11%
B=27.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031420.1400.300.2088.5236.9767.65
HexAECB8EE01E14592544
Octal256313216160362413145104
Binary10101110110010111000111011100111101010010110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB8E; }

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

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

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

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

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

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

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

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