#9EB0A4

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

Shades of Summer Green #9EB0A4

Tints of Summer Green #9EB0A4

Color information

#9EB0A4 (or 0x9EB0A4) is unknown color: approx Summer Green. HEX triplet: 9E, B0 and A4. RGB value is (158,176,164). Sum of RGB (Red+Green+Blue) = 158+176+164=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB0A4 is #614F5B. Grayscale: #A9A9A9. Windows color (decimal): -6377308 or 10793118. OLE color: 10793118.

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

Color convert

RGB158176164-
CMYK0.1000.070.31
HSL140º10.23%65.49%-
HSV(B)140º10.23%69.02%-
XYZ36.334141.12-
YUV169.25125.04119.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=31.73%
G=35.34%
B=32.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761640.1000.070.3114010.2365.49
Hex9EB0A4A071F8ca41
Octal23626024412073721412101
Binary10011110101100001010010010100111111111000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,176,164); }

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

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

 a { background-color: rgb(158,176,164); }

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

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

 span { border-color: rgb(158,176,164); }

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