#95C391

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

Shades of Dark Sea Green #95C391

Tints of Dark Sea Green #95C391

Color information

#95C391 (or 0x95C391) is unknown color: approx Dark Sea Green. HEX triplet: 95, C3 and 91. RGB value is (149,195,145). Sum of RGB (Red+Green+Blue) = 149+195+145=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #95C391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C391 is #6A3C6E. Grayscale: #AFAFAF. Windows color (decimal): -6962287 or 9552789. OLE color: 9552789.

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

Color convert

RGB149195145-
CMYK0.2400.260.24
HSL115.2º29.41%66.67%-
HSV(B)115.2º25.64%76.47%-
XYZ37.0247.4634-
YUV175.55110.76109.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=30.47%
G=39.88%
B=29.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951450.2400.260.24115.229.4166.67
Hex95C3911801A18731d43
Octal225303221300323016335103
Binary10010101110000111001000111000011010110001110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C391; }

 p { color: rgb(149,195,145); }

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

<style>
 a { background-color: #95C391; }

 a { background-color: rgb(149,195,145); }

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

<style>
 span { border-color: #95C391; }

 span { border-color: rgb(149,195,145); }

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