Html Css Color HEX #96C18D Dark Sea Green

📋 copy color: '#96C18D'

red 150 ◦ green 193 ◦ blue 141

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

Shades of Dark Sea Green #96C18D

Tints of Dark Sea Green #96C18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.88%

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 30.99%
G = 39.88%
B = 29.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#96C18D (or 0x96C18D) is known color: Dark Sea Green. HEX triplet: 96, C1 and 8D. RGB value is (150,193,141). Sum of RGB (Red+Green+Blue) = 150+193+141=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #96C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C18D is #693E72. Grayscale: #AEAEAE. Windows color (decimal): -6897267 or 9290134. OLE color: 9290134.

HSL color Cylindrical-coordinate representation of color #96C18D: hue angle of 109.62º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C18D is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 141 -
CMYK 0.22 0 0.27 0.24
HSL 109.62º 0.3% 0.65% -
HSV(B) 109.62º 0.27% 0.76% -
XYZ 36.46 46.55 32.26 -
YUV 174.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 150 193 141 0.22 0 0.27 0.24 109.62 0.3 0.65
Hex 96 C1 8D 16 0 1B 18 6E 1E 41
Octal 226 301 215 26 0 33 30 156 36 101
Binary 10010110 11000001 10001101 10110 0 11011 11000 1101110 11110 1000001

Color Harmonies of #96C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C18D

Black with #96C18D

Text Example


Text Example

White with #96C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,193,141); }

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

background-color css

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

 a { background-color: rgb(150,193,141); }

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

border-color css

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

 span { border-color: rgb(150,193,141); }

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