#95C394

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

Shades of Dark Sea Green #95C394

Tints of Dark Sea Green #95C394

Color information

#95C394 (or 0x95C394) is unknown color: approx Dark Sea Green. HEX triplet: 95, C3 and 94. RGB value is (149,195,148). Sum of RGB (Red+Green+Blue) = 149+195+148=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #95C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C394 is #6A3C6B. Grayscale: #B0B0B0. Windows color (decimal): -6962284 or 9749397. OLE color: 9749397.

HSL color Cylindrical-coordinate representation of color #95C394: hue angle of 118.72º 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 #95C394 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB149195148-
CMYK0.2400.240.24
HSL118.72º28.14%67.25%-
HSV(B)118.72º24.1%76.47%-
XYZ37.2547.5635.23-
YUV175.89112.26108.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=30.28%
G=39.63%
B=30.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951480.2400.240.24118.7228.1467.25
Hex95C3941801818771c43
Octal225303224300303016734103
Binary10010101110000111001010011000011000110001110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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