#ABAFA1

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

Shades of Green Spring #ABAFA1

Tints of Green Spring #ABAFA1

Color information

#ABAFA1 (or 0xABAFA1) is unknown color: approx Green Spring. HEX triplet: AB, AF and A1. RGB value is (171,175,161). Sum of RGB (Red+Green+Blue) = 171+175+161=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA1 is #54505E. Grayscale: #ACACAC. Windows color (decimal): -5525599 or 10596267. OLE color: 10596267.

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

Color convert

RGB171175161-
CMYK0.0200.080.31
HSL77.14º8.05%65.88%-
HSV(B)77.14º8%68.63%-
XYZ38.5641.8939.77-
YUV172.21121.67127.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=33.73%
G=34.52%
B=31.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751610.0200.080.3177.148.0565.88
HexABAFA12081F4d842
Octal25325724120103711510102
Binary101010111010111110100001100100011111100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFA1; }

 p { color: rgb(171,175,161); }

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

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

 a { background-color: rgb(171,175,161); }

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

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

 span { border-color: rgb(171,175,161); }

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