#96AA9E

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

Shades of Summer Green #96AA9E

Tints of Summer Green #96AA9E

Color information

#96AA9E (or 0x96AA9E) is unknown color: approx Summer Green. HEX triplet: 96, AA and 9E. RGB value is (150,170,158). Sum of RGB (Red+Green+Blue) = 150+170+158=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA9E is #695561. Grayscale: #A2A2A2. Windows color (decimal): -6903138 or 10398358. OLE color: 10398358.

HSL color Cylindrical-coordinate representation of color #96AA9E: hue angle of 144º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AA9E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB150170158-
CMYK0.1200.070.33
HSL144º10.53%62.75%-
HSV(B)144º11.76%66.67%-
XYZ33.1237.737.88-
YUV162.65125.37118.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=31.38%
G=35.56%
B=33.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701580.1200.070.3314410.5362.75
Hex96AA9EC072190b3f
Octal2262522361407412201377
Binary10010110101010101001111011000111100001100100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AA9E; }

 p { color: rgb(150,170,158); }

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

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

 a { background-color: rgb(150,170,158); }

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

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

 span { border-color: rgb(150,170,158); }

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