#96CC95

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

Shades of Dark Sea Green #96CC95

Tints of Dark Sea Green #96CC95

Color information

#96CC95 (or 0x96CC95) is unknown color: approx Dark Sea Green. HEX triplet: 96, CC and 95. RGB value is (150,204,149). Sum of RGB (Red+Green+Blue) = 150+204+149=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC95 is #69336A. Grayscale: #B5B5B5. Windows color (decimal): -6894443 or 9817238. OLE color: 9817238.

HSL color Cylindrical-coordinate representation of color #96CC95: hue angle of 118.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CC95 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB150204149-
CMYK0.2600.270.2
HSL118.91º35.03%69.22%-
HSV(B)118.91º26.96%80%-
XYZ39.651.8436.35-
YUV181.58109.61105.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=29.82%
G=40.56%
B=29.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041490.2600.270.2118.9135.0369.22
Hex96CC951A01B14772345
Octal226314225320332416743105
Binary100101101100110010010101110100110111010011101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,149); }

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

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

 a { background-color: rgb(150,204,149); }

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

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

 span { border-color: rgb(150,204,149); }

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