#96C291

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

Shades of Dark Sea Green #96C291

Tints of Dark Sea Green #96C291

Color information

#96C291 (or 0x96C291) is unknown color: approx Dark Sea Green. HEX triplet: 96, C2 and 91. RGB value is (150,194,145). Sum of RGB (Red+Green+Blue) = 150+194+145=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #96C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C291 is #693D6E. Grayscale: #AFAFAF. Windows color (decimal): -6897007 or 9552534. OLE color: 9552534.

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

Color convert

RGB150194145-
CMYK0.2300.250.24
HSL113.88º28.65%66.47%-
HSV(B)113.88º25.26%76.08%-
XYZ36.9847.1133.93-
YUV175.26110.92109.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=30.67%
G=39.67%
B=29.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941450.2300.250.24113.8828.6566.47
Hex96C2911701918721d42
Octal226302221270313016235102
Binary10010110110000101001000110111011001110001110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,194,145); }

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

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

 a { background-color: rgb(150,194,145); }

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

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

 span { border-color: rgb(150,194,145); }

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