#ABAEA0

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

Shades of Green Spring #ABAEA0

Tints of Green Spring #ABAEA0

Color information

#ABAEA0 (or 0xABAEA0) is unknown color: approx Green Spring. HEX triplet: AB, AE and A0. RGB value is (171,174,160). Sum of RGB (Red+Green+Blue) = 171+174+160=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEA0 is #54515F. Grayscale: #ABABAB. Windows color (decimal): -5525856 or 10530475. OLE color: 10530475.

HSL color Cylindrical-coordinate representation of color #ABAEA0: hue angle of 72.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABAEA0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB171174160-
CMYK0.0200.080.32
HSL72.86º7.95%65.49%-
HSV(B)72.86º8.05%68.24%-
XYZ38.2841.4739.24-
YUV171.51121.51127.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=33.86%
G=34.46%
B=31.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741600.0200.080.3272.867.9565.49
HexABAEA02082049841
Octal25325624020104011110101
Binary1010101110101110101000001001000100000100100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEA0; }

 p { color: rgb(171,174,160); }

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

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

 a { background-color: rgb(171,174,160); }

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

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

 span { border-color: rgb(171,174,160); }

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