#96C18F

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

Shades of Dark Sea Green #96C18F

Tints of Dark Sea Green #96C18F

Color information

#96C18F (or 0x96C18F) is unknown color: approx Dark Sea Green. HEX triplet: 96, C1 and 8F. RGB value is (150,193,143). Sum of RGB (Red+Green+Blue) = 150+193+143=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #96C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C18F is #693E70. Grayscale: #AEAEAE. Windows color (decimal): -6897265 or 9421206. OLE color: 9421206.

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

Color convert

RGB150193143-
CMYK0.2200.260.24
HSL111.6º28.74%65.88%-
HSV(B)111.6º25.91%75.69%-
XYZ36.6146.6133.05-
YUV174.44110.25110.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=30.86%
G=39.71%
B=29.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931430.2200.260.24111.628.7465.88
Hex96C18F1601A18701d42
Octal226301217260323016035102
Binary10010110110000011000111110110011010110001110000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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