#95C390

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

Shades of Dark Sea Green #95C390

Tints of Dark Sea Green #95C390

Color information

#95C390 (or 0x95C390) is unknown color: approx Dark Sea Green. HEX triplet: 95, C3 and 90. RGB value is (149,195,144). Sum of RGB (Red+Green+Blue) = 149+195+144=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #95C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C390 is #6A3C6F. Grayscale: #AFAFAF. Windows color (decimal): -6962288 or 9487253. OLE color: 9487253.

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

Color convert

RGB149195144-
CMYK0.2400.260.24
HSL114.12º29.82%66.47%-
HSV(B)114.12º26.15%76.47%-
XYZ36.9447.4333.59-
YUV175.43110.26109.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=30.53%
G=39.96%
B=29.51%

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
Decimal1491951440.2400.260.24114.1229.8266.47
Hex95C3901801A18721e42
Octal225303220300323016236102
Binary10010101110000111001000011000011010110001110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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