Html Css Color HEX #8DC38A Dark Sea Green

📋 copy color: '#8DC38A'

red 141 ◦ green 195 ◦ blue 138

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

Shades of Dark Sea Green #8DC38A

Tints of Dark Sea Green #8DC38A

RGB

 RED value IS 141 (55.47% from 255) = 29.75%

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 29.75%
G = 41.14%
B = 29.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#8DC38A (or 0x8DC38A) is known color: Dark Sea Green. HEX triplet: 8D, C3 and 8A. RGB value is (141,195,138). Sum of RGB (Red+Green+Blue) = 141+195+138=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC38A is #723C75. Grayscale: #ACACAC. Windows color (decimal): -7486582 or 9094029. OLE color: 9094029.

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

Color convert

RGB 141 195 138 -
CMYK 0.28 0 0.29 0.24
HSL 116.84º 0.32% 0.65% -
HSV(B) 116.84º 0.29% 0.76% -
XYZ 35.09 46.53 31.18 -
YUV 172.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 141 195 138 0.28 0 0.29 0.24 116.84 0.32 0.65
Hex 8D C3 8A 1C 0 1D 18 75 20 41
Octal 215 303 212 34 0 35 30 165 40 101
Binary 10001101 11000011 10001010 11100 0 11101 11000 1110101 100000 1000001

Color Harmonies of #8DC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC38A

Black with #8DC38A

Text Example


Text Example

White with #8DC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,195,138); }

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

background-color css

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

 a { background-color: rgb(141,195,138); }

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

border-color css

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

 span { border-color: rgb(141,195,138); }

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