#ABAE9E

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

Shades of Green Spring #ABAE9E

Tints of Green Spring #ABAE9E

Color information

#ABAE9E (or 0xABAE9E) is unknown color: approx Green Spring. HEX triplet: AB, AE and 9E. RGB value is (171,174,158). Sum of RGB (Red+Green+Blue) = 171+174+158=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9E is #545161. Grayscale: #ABABAB. Windows color (decimal): -5525858 or 10399403. OLE color: 10399403.

HSL color Cylindrical-coordinate representation of color #ABAE9E: hue angle of 71.25º degrees, saturation: 0.09, 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 #ABAE9E is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB171174158-
CMYK0.0200.090.32
HSL71.25º8.99%65.1%-
HSV(B)71.25º9.2%68.24%-
XYZ38.141.438.33-
YUV171.28120.51127.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=34.00%
G=34.59%
B=31.41%

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
Decimal1711741580.0200.090.3271.258.9965.1
HexABAE9E2092047941
Octal25325623620114010711101
Binary1010101110101110100111101001001100000100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE9E; }

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

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

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

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

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

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

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

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