#95CE92

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

Shades of Dark Sea Green #95CE92

Tints of Dark Sea Green #95CE92

Color information

#95CE92 (or 0x95CE92) is unknown color: approx Dark Sea Green. HEX triplet: 95, CE and 92. RGB value is (149,206,146). Sum of RGB (Red+Green+Blue) = 149+206+146=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CE92 is #6A316D. Grayscale: #B6B6B6. Windows color (decimal): -6959470 or 9621141. OLE color: 9621141.

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

Color convert

RGB149206146-
CMYK0.2800.290.19
HSL117º37.97%69.02%-
HSV(B)117º29.13%80.78%-
XYZ39.6552.6135.26-
YUV182.12107.62104.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=29.74%
G=41.12%
B=29.14%

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
Decimal1492061460.2800.290.1911737.9769.02
Hex95CE921C01D13752645
Octal225316222340352316546105
Binary100101011100111010010010111000111011001111101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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