#AEBA94

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

Shades of Green Spring #AEBA94

Tints of Green Spring #AEBA94

Color information

#AEBA94 (or 0xAEBA94) is unknown color: approx Green Spring. HEX triplet: AE, BA and 94. RGB value is (174,186,148). Sum of RGB (Red+Green+Blue) = 174+186+148=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA94 is #51456B. Grayscale: #B2B2B2. Windows color (decimal): -5326188 or 9747118. OLE color: 9747118.

HSL color Cylindrical-coordinate representation of color #AEBA94: hue angle of 78.95º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBA94 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB174186148-
CMYK0.0600.200.27
HSL78.95º21.59%65.49%-
HSV(B)78.95º20.43%72.94%-
XYZ40.3646.2534.82-
YUV178.08111.02125.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=34.25%
G=36.61%
B=29.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861480.0600.200.2778.9521.5965.49
HexAEBA9460141B4f1641
Octal25627222460243311726101
Binary101011101011101010010100110010100110111001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA94; }

 p { color: rgb(174,186,148); }

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

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

 a { background-color: rgb(174,186,148); }

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

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

 span { border-color: rgb(174,186,148); }

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