Html Css Color HEX #96CB90 Dark Sea Green

📋 copy color: '#96CB90'

red 150 ◦ green 203 ◦ blue 144

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

Shades of Dark Sea Green #96CB90

Tints of Dark Sea Green #96CB90

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

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

R = 30.18%
G = 40.85%
B = 28.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#96CB90 (or 0x96CB90) is known color: Dark Sea Green. HEX triplet: 96, CB and 90. RGB value is (150,203,144). Sum of RGB (Red+Green+Blue) = 150+203+144=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB90 is #69346F. Grayscale: #B4B4B4. Windows color (decimal): -6894704 or 9489302. OLE color: 9489302.

HSL color Cylindrical-coordinate representation of color #96CB90: hue angle of 113.9º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96CB90 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 144 -
CMYK 0.26 0 0.29 0.20
HSL 113.9º 0.36% 0.68% -
HSV(B) 113.9º 0.29% 0.8% -
XYZ 38.97 51.21 34.22 -
YUV 180.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 150 203 144 0.26 0 0.29 0.20 113.9 0.36 0.68
Hex 96 CB 90 1A 0 1D 14 72 24 44
Octal 226 313 220 32 0 35 24 162 44 104
Binary 10010110 11001011 10010000 11010 0 11101 10100 1110010 100100 1000100

Color Harmonies of #96CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB90

Black with #96CB90

Text Example


Text Example

White with #96CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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