#96C990

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

Shades of Dark Sea Green #96C990

Tints of Dark Sea Green #96C990

Color information

#96C990 (or 0x96C990) is unknown color: approx Dark Sea Green. HEX triplet: 96, C9 and 90. RGB value is (150,201,144). Sum of RGB (Red+Green+Blue) = 150+201+144=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #96C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C990 is #69366F. Grayscale: #B3B3B3. Windows color (decimal): -6895216 or 9488790. OLE color: 9488790.

HSL color Cylindrical-coordinate representation of color #96C990: hue angle of 113.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96C990 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB150201144-
CMYK0.2500.280.21
HSL113.68º34.55%67.65%-
HSV(B)113.68º28.36%78.82%-
XYZ38.550.2734.06-
YUV179.25108.1107.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=30.30%
G=40.61%
B=29.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011440.2500.280.21113.6834.5567.65
Hex96C9901901C15722344
Octal226311220310342516243104
Binary100101101100100110010000110010111001010111100101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,201,144); }

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

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

 a { background-color: rgb(150,201,144); }

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

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

 span { border-color: rgb(150,201,144); }

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