Html Css Color HEX #96C090 Dark Sea Green

📋 copy color: '#96C090'

red 150 ◦ green 192 ◦ blue 144

#96C090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #96C090

Tints of Dark Sea Green #96C090

RGB

 RED value IS 150 (58.98% from 255) = 30.86%

 GREEN value IS 192 (75.39% from 255) = 39.51%

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 30.86%
G = 39.51%
B = 29.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#96C090 (or 0x96C090) is known color: Dark Sea Green. HEX triplet: 96, C0 and 90. RGB value is (150,192,144). Sum of RGB (Red+Green+Blue) = 150+192+144=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #96C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C090 is #693F6F. Grayscale: #AEAEAE. Windows color (decimal): -6897520 or 9486486. OLE color: 9486486.

HSL color Cylindrical-coordinate representation of color #96C090: hue angle of 112.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C090 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 144 -
CMYK 0.22 0 0.25 0.25
HSL 112.5º 0.28% 0.66% -
HSV(B) 112.5º 0.25% 0.75% -
XYZ 36.46 46.2 33.38 -
YUV 173.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 150 192 144 0.22 0 0.25 0.25 112.5 0.28 0.66
Hex 96 C0 90 16 0 19 19 70 1C 42
Octal 226 300 220 26 0 31 31 160 34 102
Binary 10010110 11000000 10010000 10110 0 11001 11001 1110000 11100 1000010

Color Harmonies of #96C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C090

Black with #96C090

Text Example


Text Example

White with #96C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96C090;
 }
 .AnyTagClassName
 {
   color: #96C090;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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