#9AB2A0

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

Shades of Summer Green #9AB2A0

Tints of Summer Green #9AB2A0

Color information

#9AB2A0 (or 0x9AB2A0) is unknown color: approx Summer Green. HEX triplet: 9A, B2 and A0. RGB value is (154,178,160). Sum of RGB (Red+Green+Blue) = 154+178+160=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB2A0 is #654D5F. Grayscale: #A8A8A8. Windows color (decimal): -6638944 or 10531482. OLE color: 10531482.

HSL color Cylindrical-coordinate representation of color #9AB2A0: hue angle of 135º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB2A0 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB154178160-
CMYK0.1300.100.30
HSL135º13.48%65.1%-
HSV(B)135º13.48%69.8%-
XYZ35.5941.2539.34-
YUV168.77123.05117.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=31.30%
G=36.18%
B=32.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541781600.1300.100.3013513.4865.1
Hex9AB2A0D0A1E87d41
Octal232262240150123620715101
Binary100110101011001010100000110101010111101000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB2A0; }

 p { color: rgb(154,178,160); }

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

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

 a { background-color: rgb(154,178,160); }

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

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

 span { border-color: rgb(154,178,160); }

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