#96C494

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

Shades of Dark Sea Green #96C494

Tints of Dark Sea Green #96C494

Color information

#96C494 (or 0x96C494) is unknown color: approx Dark Sea Green. HEX triplet: 96, C4 and 94. RGB value is (150,196,148). Sum of RGB (Red+Green+Blue) = 150+196+148=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #96C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C494 is #693B6B. Grayscale: #B0B0B0. Windows color (decimal): -6896492 or 9749654. OLE color: 9749654.

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

Color convert

RGB150196148-
CMYK0.2300.240.23
HSL117.5º28.92%67.45%-
HSV(B)117.5º24.49%76.86%-
XYZ37.6648.135.32-
YUV176.77111.76108.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=30.36%
G=39.68%
B=29.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501961480.2300.240.23117.528.9267.45
Hex96C4941701817751d43
Octal226304224270302716535103
Binary10010110110001001001010010111011000101111110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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