Html Css Color HEX #96CD90 Dark Sea Green

📋 copy color: '#96CD90'

red 150 ◦ green 205 ◦ blue 144

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

Shades of Dark Sea Green #96CD90

Tints of Dark Sea Green #96CD90

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.08%

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

R = 30.06%
G = 41.08%
B = 28.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#96CD90 (or 0x96CD90) is known color: Dark Sea Green. HEX triplet: 96, CD and 90. RGB value is (150,205,144). Sum of RGB (Red+Green+Blue) = 150+205+144=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CD90 is #69326F. Grayscale: #B5B5B5. Windows color (decimal): -6894192 or 9489814. OLE color: 9489814.

HSL color Cylindrical-coordinate representation of color #96CD90: hue angle of 114.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96CD90 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 205 144 -
CMYK 0.27 0 0.30 0.20
HSL 114.1º 0.38% 0.68% -
HSV(B) 114.1º 0.3% 0.8% -
XYZ 39.44 52.16 34.37 -
YUV 181.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 150 205 144 0.27 0 0.30 0.20 114.1 0.38 0.68
Hex 96 CD 90 1B 0 1E 14 72 26 44
Octal 226 315 220 33 0 36 24 162 46 104
Binary 10010110 11001101 10010000 11011 0 11110 10100 1110010 100110 1000100

Color Harmonies of #96CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CD90

Black with #96CD90

Text Example


Text Example

White with #96CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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