#95C393

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

Shades of Dark Sea Green #95C393

Tints of Dark Sea Green #95C393

Color information

#95C393 (or 0x95C393) is unknown color: approx Dark Sea Green. HEX triplet: 95, C3 and 93. RGB value is (149,195,147). Sum of RGB (Red+Green+Blue) = 149+195+147=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #95C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C393 is #6A3C6C. Grayscale: #AFAFAF. Windows color (decimal): -6962285 or 9683861. OLE color: 9683861.

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

Color convert

RGB149195147-
CMYK0.2400.250.24
HSL117.5º28.57%67.06%-
HSV(B)117.5º24.62%76.47%-
XYZ37.1847.5334.82-
YUV175.77111.76108.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=30.35%
G=39.71%
B=29.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951470.2400.250.24117.528.5767.06
Hex95C3931801918751d43
Octal225303223300313016535103
Binary10010101110000111001001111000011001110001110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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