#AEC998

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

Shades of Sprout #AEC998

Tints of Sprout #AEC998

Color information

#AEC998 (or 0xAEC998) is unknown color: approx Sprout. HEX triplet: AE, C9 and 98. RGB value is (174,201,152). Sum of RGB (Red+Green+Blue) = 174+201+152=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC998 is #513667. Grayscale: #BBBBBB. Windows color (decimal): -5322344 or 10013102. OLE color: 10013102.

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

Color convert

RGB174201152-
CMYK0.1300.240.21
HSL93.06º31.21%69.22%-
HSV(B)93.06º24.38%78.82%-
XYZ44.0153.0437.62-
YUV187.34108.05118.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=33.02%
G=38.14%
B=28.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011520.1300.240.2193.0631.2169.22
HexAEC998D018155d1f45
Octal256311230150302513537105
Binary1010111011001001100110001101011000101011011101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC998; }

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

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

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

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

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

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

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

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