#95C58F

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

Shades of Dark Sea Green #95C58F

Tints of Dark Sea Green #95C58F

Color information

#95C58F (or 0x95C58F) is unknown color: approx Dark Sea Green. HEX triplet: 95, C5 and 8F. RGB value is (149,197,143). Sum of RGB (Red+Green+Blue) = 149+197+143=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #95C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C58F is #6A3A70. Grayscale: #B0B0B0. Windows color (decimal): -6961777 or 9422229. OLE color: 9422229.

HSL color Cylindrical-coordinate representation of color #95C58F: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95C58F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB149197143-
CMYK0.2400.270.23
HSL113.33º31.76%66.67%-
HSV(B)113.33º27.41%77.25%-
XYZ37.3248.3133.34-
YUV176.49109.1108.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=30.47%
G=40.29%
B=29.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971430.2400.270.23113.3331.7666.67
Hex95C58F1801B17712043
Octal225305217300332716140103
Binary100101011100010110001111110000110111011111100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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