#AEC398

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

Shades of Sprout #AEC398

Tints of Sprout #AEC398

Color information

#AEC398 (or 0xAEC398) is unknown color: approx Sprout. HEX triplet: AE, C3 and 98. RGB value is (174,195,152). Sum of RGB (Red+Green+Blue) = 174+195+152=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC398 is #513C67. Grayscale: #B7B7B7. Windows color (decimal): -5323880 or 10011566. OLE color: 10011566.

HSL color Cylindrical-coordinate representation of color #AEC398: hue angle of 89.3º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC398 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB174195152-
CMYK0.1100.220.24
HSL89.3º26.38%68.04%-
HSV(B)89.3º22.05%76.47%-
XYZ42.6450.337.17-
YUV183.82110.04121-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=33.40%
G=37.43%
B=29.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951520.1100.220.2489.326.3868.04
HexAEC398B01618591a44
Octal256303230130263013132104
Binary1010111011000011100110001011010110110001011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC398; }

 p { color: rgb(174,195,152); }

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

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

 a { background-color: rgb(174,195,152); }

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

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

 span { border-color: rgb(174,195,152); }

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