#ABAF9C

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

Shades of Green Spring #ABAF9C

Tints of Green Spring #ABAF9C

Color information

#ABAF9C (or 0xABAF9C) is unknown color: approx Green Spring. HEX triplet: AB, AF and 9C. RGB value is (171,175,156). Sum of RGB (Red+Green+Blue) = 171+175+156=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF9C is #545063. Grayscale: #ABABAB. Windows color (decimal): -5525604 or 10268587. OLE color: 10268587.

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

Color convert

RGB171175156-
CMYK0.0200.110.31
HSL72.63º10.61%64.9%-
HSV(B)72.63º10.86%68.63%-
XYZ38.1341.7237.5-
YUV171.64119.17127.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=34.06%
G=34.86%
B=31.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751560.0200.110.3172.6310.6164.9
HexABAF9C20B1F49b41
Octal25325723420133711113101
Binary101010111010111110011100100101111111100100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF9C; }

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

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

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

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

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

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

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

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