#96C394

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

Shades of Dark Sea Green #96C394

Tints of Dark Sea Green #96C394

Color information

#96C394 (or 0x96C394) is unknown color: approx Dark Sea Green. HEX triplet: 96, C3 and 94. RGB value is (150,195,148). Sum of RGB (Red+Green+Blue) = 150+195+148=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #96C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C394 is #693C6B. Grayscale: #B0B0B0. Windows color (decimal): -6896748 or 9749398. OLE color: 9749398.

HSL color Cylindrical-coordinate representation of color #96C394: hue angle of 117.45º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C394 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB150195148-
CMYK0.2300.240.24
HSL117.45º28.14%67.25%-
HSV(B)117.45º24.1%76.47%-
XYZ37.4447.6535.24-
YUV176.19112.09109.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=30.43%
G=39.55%
B=30.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951480.2300.240.24117.4528.1467.25
Hex96C3941701818751c43
Octal226303224270303016534103
Binary10010110110000111001010010111011000110001110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,148); }

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

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

 a { background-color: rgb(150,195,148); }

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

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

 span { border-color: rgb(150,195,148); }

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