#AEC690

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

Shades of Sprout #AEC690

Tints of Sprout #AEC690

Color information

#AEC690 (or 0xAEC690) is unknown color: approx Sprout. HEX triplet: AE, C6 and 90. RGB value is (174,198,144). Sum of RGB (Red+Green+Blue) = 174+198+144=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC690 is #51396F. Grayscale: #B8B8B8. Windows color (decimal): -5323120 or 9488046. OLE color: 9488046.

HSL color Cylindrical-coordinate representation of color #AEC690: hue angle of 86.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC690 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB174198144-
CMYK0.1200.270.22
HSL86.67º32.14%67.06%-
HSV(B)86.67º27.27%77.65%-
XYZ42.6851.434.06-
YUV184.67105.05120.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=33.72%
G=38.37%
B=27.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981440.1200.270.2286.6732.1467.06
HexAEC690C01B16572043
Octal256306220140332612740103
Binary10101110110001101001000011000110111011010101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC690; }

 p { color: rgb(174,198,144); }

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

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

 a { background-color: rgb(174,198,144); }

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

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

 span { border-color: rgb(174,198,144); }

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