#AEBA90

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

Shades of Green Spring #AEBA90

Tints of Green Spring #AEBA90

Color information

#AEBA90 (or 0xAEBA90) is unknown color: approx Green Spring. HEX triplet: AE, BA and 90. RGB value is (174,186,144). Sum of RGB (Red+Green+Blue) = 174+186+144=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA90 is #51456F. Grayscale: #B1B1B1. Windows color (decimal): -5326192 or 9484974. OLE color: 9484974.

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

Color convert

RGB174186144-
CMYK0.0600.230.27
HSL77.14º23.33%64.71%-
HSV(B)77.14º22.58%72.94%-
XYZ40.0546.1333.18-
YUV177.62109.02125.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=34.52%
G=36.90%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861440.0600.230.2777.1423.3364.71
HexAEBA9060171B4d1741
Octal25627222060273311527101
Binary101011101011101010010000110010111110111001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA90; }

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

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

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

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

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

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

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

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