#96AC9E

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

Shades of Summer Green #96AC9E

Tints of Summer Green #96AC9E

Color information

#96AC9E (or 0x96AC9E) is unknown color: approx Summer Green. HEX triplet: 96, AC and 9E. RGB value is (150,172,158). Sum of RGB (Red+Green+Blue) = 150+172+158=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC9E is #695361. Grayscale: #A3A3A3. Windows color (decimal): -6902626 or 10398870. OLE color: 10398870.

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

Color convert

RGB150172158-
CMYK0.1300.080.33
HSL141.82º11.7%63.14%-
HSV(B)141.82º12.79%67.45%-
XYZ33.538.4638.01-
YUV163.83124.71118.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=31.25%
G=35.83%
B=32.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721580.1300.080.33141.8211.763.14
Hex96AC9ED08218ec3f
Octal22625423615010412161477
Binary100101101010110010011110110101000100001100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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