#AEC99B

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

Shades of Sprout #AEC99B

Tints of Sprout #AEC99B

Color information

#AEC99B (or 0xAEC99B) is unknown color: approx Sprout. HEX triplet: AE, C9 and 9B. RGB value is (174,201,155). Sum of RGB (Red+Green+Blue) = 174+201+155=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC99B is #513664. Grayscale: #BBBBBB. Windows color (decimal): -5322341 or 10209710. OLE color: 10209710.

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

Color convert

RGB174201155-
CMYK0.1300.230.21
HSL95.22º29.87%69.8%-
HSV(B)95.22º22.89%78.82%-
XYZ44.2653.1438.93-
YUV187.68109.55118.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=32.83%
G=37.92%
B=29.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011550.1300.230.2195.2229.8769.8
HexAEC99BD017155f1e46
Octal256311233150272513736106
Binary1010111011001001100110111101010111101011011111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC99B; }

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

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

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

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

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

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

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

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