#95CE93

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

Shades of Dark Sea Green #95CE93

Tints of Dark Sea Green #95CE93

Color information

#95CE93 (or 0x95CE93) is unknown color: approx Dark Sea Green. HEX triplet: 95, CE and 93. RGB value is (149,206,147). Sum of RGB (Red+Green+Blue) = 149+206+147=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CE93 is #6A316C. Grayscale: #B6B6B6. Windows color (decimal): -6959469 or 9686677. OLE color: 9686677.

HSL color Cylindrical-coordinate representation of color #95CE93: hue angle of 117.97º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95CE93 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB149206147-
CMYK0.2800.290.19
HSL117.97º37.58%69.22%-
HSV(B)117.97º28.64%80.78%-
XYZ39.7352.6435.67-
YUV182.23108.12104.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=29.68%
G=41.04%
B=29.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061470.2800.290.19117.9737.5869.22
Hex95CE931C01D13762645
Octal225316223340352316646105
Binary100101011100111010010011111000111011001111101101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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