#96C58F

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

Shades of Dark Sea Green #96C58F

Tints of Dark Sea Green #96C58F

Color information

#96C58F (or 0x96C58F) is unknown color: approx Dark Sea Green. HEX triplet: 96, C5 and 8F. RGB value is (150,197,143). Sum of RGB (Red+Green+Blue) = 150+197+143=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #96C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C58F is #693A70. Grayscale: #B0B0B0. Windows color (decimal): -6896241 or 9422230. OLE color: 9422230.

HSL color Cylindrical-coordinate representation of color #96C58F: hue angle of 112.22º 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 #96C58F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB150197143-
CMYK0.2400.270.23
HSL112.22º31.76%66.67%-
HSV(B)112.22º27.41%77.25%-
XYZ37.548.433.35-
YUV176.79108.93108.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 197 (77.34% from 255) = 40.20%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=30.61%
G=40.20%
B=29.18%

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
Decimal1501971430.2400.270.23112.2231.7666.67
Hex96C58F1801B17702043
Octal226305217300332716040103
Binary100101101100010110001111110000110111011111100001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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