#95C38F

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

Shades of Dark Sea Green #95C38F

Tints of Dark Sea Green #95C38F

Color information

#95C38F (or 0x95C38F) is unknown color: approx Dark Sea Green. HEX triplet: 95, C3 and 8F. RGB value is (149,195,143). Sum of RGB (Red+Green+Blue) = 149+195+143=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #95C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C38F is #6A3C70. Grayscale: #AFAFAF. Windows color (decimal): -6962289 or 9421717. OLE color: 9421717.

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

Color convert

RGB149195143-
CMYK0.2400.270.24
HSL113.08º30.23%66.27%-
HSV(B)113.08º26.67%76.47%-
XYZ36.8747.433.19-
YUV175.32109.76109.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=30.60%
G=40.04%
B=29.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951430.2400.270.24113.0830.2366.27
Hex95C38F1801B18711e42
Octal225303217300333016136102
Binary10010101110000111000111111000011011110001110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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