#ABAE9F

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

Shades of Green Spring #ABAE9F

Tints of Green Spring #ABAE9F

Color information

#ABAE9F (or 0xABAE9F) is unknown color: approx Green Spring. HEX triplet: AB, AE and 9F. RGB value is (171,174,159). Sum of RGB (Red+Green+Blue) = 171+174+159=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9F is #545160. Grayscale: #ABABAB. Windows color (decimal): -5525857 or 10464939. OLE color: 10464939.

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

Color convert

RGB171174159-
CMYK0.0200.090.32
HSL72º8.47%65.29%-
HSV(B)72º8.62%68.24%-
XYZ38.1941.4338.79-
YUV171.39121.01127.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=33.93%
G=34.52%
B=31.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741590.0200.090.32728.4765.29
HexABAE9F2092048841
Octal25325623720114011010101
Binary1010101110101110100111111001001100000100100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE9F; }

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

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

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

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

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

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

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

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