Html Css Color HEX #8CC396 Dark Sea Green

📋 copy color: '#8CC396'

red 140 ◦ green 195 ◦ blue 150

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

Shades of Dark Sea Green #8CC396

Tints of Dark Sea Green #8CC396

RGB

 RED value IS 140 (55.08% from 255) = 28.87%

 GREEN value IS 195 (76.56% from 255) = 40.21%

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 28.87%
G = 40.21%
B = 30.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#8CC396 (or 0x8CC396) is known color: Dark Sea Green. HEX triplet: 8C, C3 and 96. RGB value is (140,195,150). Sum of RGB (Red+Green+Blue) = 140+195+150=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC396 is #733C69. Grayscale: #ADADAD. Windows color (decimal): -7552106 or 9880460. OLE color: 9880460.

HSL color Cylindrical-coordinate representation of color #8CC396: hue angle of 130.91º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC396 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 150 -
CMYK 0.28 0 0.23 0.24
HSL 130.91º 0.31% 0.66% -
HSV(B) 130.91º 0.28% 0.76% -
XYZ 35.84 46.81 36 -
YUV 173.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 140 195 150 0.28 0 0.23 0.24 130.91 0.31 0.66
Hex 8C C3 96 1C 0 17 18 83 1F 42
Octal 214 303 226 34 0 27 30 203 37 102
Binary 10001100 11000011 10010110 11100 0 10111 11000 10000011 11111 1000010

Color Harmonies of #8CC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC396

Black with #8CC396

Text Example


Text Example

White with #8CC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CC396; }

 p { color: rgb(140,195,150); }

 H1.HeaderClassName
 {
   color: #8CC396;
 }
 .AnyTagClassName
 {
   color: #8CC396;
 }
</style>

background-color css

<style>
 a { background-color: #8CC396; }

 a { background-color: rgb(140,195,150); }

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

border-color css

<style>
 span { border-color: #8CC396; }

 span { border-color: rgb(140,195,150); }

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