#ABAF9F

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

Shades of Green Spring #ABAF9F

Tints of Green Spring #ABAF9F

Color information

#ABAF9F (or 0xABAF9F) is unknown color: approx Green Spring. HEX triplet: AB, AF and 9F. RGB value is (171,175,159). Sum of RGB (Red+Green+Blue) = 171+175+159=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF9F is #545060. Grayscale: #ACACAC. Windows color (decimal): -5525601 or 10465195. OLE color: 10465195.

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

Color convert

RGB171175159-
CMYK0.0200.090.31
HSL75º9.09%65.49%-
HSV(B)75º9.14%68.63%-
XYZ38.3841.8238.85-
YUV171.98120.67127.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=33.86%
G=34.65%
B=31.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751590.0200.090.31759.0965.49
HexABAF9F2091F4b941
Octal25325723720113711311101
Binary101010111010111110011111100100111111100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF9F; }

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

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

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

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

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

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

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

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