#96C19A

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

Shades of Dark Sea Green #96C19A

Tints of Dark Sea Green #96C19A

Color information

#96C19A (or 0x96C19A) is unknown color: approx Dark Sea Green. HEX triplet: 96, C1 and 9A. RGB value is (150,193,154). Sum of RGB (Red+Green+Blue) = 150+193+154=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #96C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C19A is #693E65. Grayscale: #AFAFAF. Windows color (decimal): -6897254 or 10142102. OLE color: 10142102.

HSL color Cylindrical-coordinate representation of color #96C19A: hue angle of 125.58º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C19A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB150193154-
CMYK0.2200.200.24
HSL125.58º25.75%67.25%-
HSV(B)125.58º22.28%75.69%-
XYZ37.4846.9637.66-
YUV175.7115.75109.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=30.18%
G=38.83%
B=30.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931540.2200.200.24125.5825.7567.25
Hex96C19A16014187e1a43
Octal226301232260243017632103
Binary10010110110000011001101010110010100110001111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,154); }

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

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

 a { background-color: rgb(150,193,154); }

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

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

 span { border-color: rgb(150,193,154); }

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