#96C09D

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

Shades of Summer Green #96C09D

Tints of Summer Green #96C09D

Color information

#96C09D (or 0x96C09D) is unknown color: approx Summer Green. HEX triplet: 96, C0 and 9D. RGB value is (150,192,157). Sum of RGB (Red+Green+Blue) = 150+192+157=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #96C09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C09D is #693F62. Grayscale: #AFAFAF. Windows color (decimal): -6897507 or 10338454. OLE color: 10338454.

HSL color Cylindrical-coordinate representation of color #96C09D: hue angle of 130º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C09D is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB150192157-
CMYK0.2200.180.25
HSL130º25%67.06%-
HSV(B)130º21.88%75.29%-
XYZ37.5146.6238.92-
YUV175.45117.59109.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=30.06%
G=38.48%
B=31.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921570.2200.180.251302567.06
Hex96C09D1601219821943
Octal226300235260223120231103
Binary100101101100000010011101101100100101100110000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,157); }

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

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

 a { background-color: rgb(150,192,157); }

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

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

 span { border-color: rgb(150,192,157); }

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