#AEB490

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

Shades of Green Spring #AEB490

Tints of Green Spring #AEB490

Color information

#AEB490 (or 0xAEB490) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 90. RGB value is (174,180,144). Sum of RGB (Red+Green+Blue) = 174+180+144=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB490 is #514B6F. Grayscale: #AEAEAE. Windows color (decimal): -5327728 or 9483438. OLE color: 9483438.

HSL color Cylindrical-coordinate representation of color #AEB490: hue angle of 70º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB490 is Cyan = 0.03, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB174180144-
CMYK0.0300.20.29
HSL70º19.35%63.53%-
HSV(B)70º20%70.59%-
XYZ38.8143.6532.77-
YUV174.1111.01127.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=34.94%
G=36.14%
B=28.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801440.0300.20.297019.3563.53
HexAEB49030141D461340
Octal25626422030243510623100
Binary10101110101101001001000011010100111011000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB490; }

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

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

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

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

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

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

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

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