Html Css Color HEX #8CC38D Dark Sea Green

📋 copy color: '#8CC38D'

red 140 ◦ green 195 ◦ blue 141

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

Shades of Dark Sea Green #8CC38D

Tints of Dark Sea Green #8CC38D

RGB

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

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

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

R = 29.41%
G = 40.97%
B = 29.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#8CC38D (or 0x8CC38D) is known color: Dark Sea Green. HEX triplet: 8C, C3 and 8D. RGB value is (140,195,141). Sum of RGB (Red+Green+Blue) = 140+195+141=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC38D is #733C72. Grayscale: #ACACAC. Windows color (decimal): -7552115 or 9290636. OLE color: 9290636.

HSL color Cylindrical-coordinate representation of color #8CC38D: hue angle of 121.09º 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 #8CC38D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 141 -
CMYK 0.28 0 0.28 0.24
HSL 121.09º 0.31% 0.66% -
HSV(B) 121.09º 0.28% 0.76% -
XYZ 35.14 46.53 32.33 -
YUV 172.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 140 195 141 0.28 0 0.28 0.24 121.09 0.31 0.66
Hex 8C C3 8D 1C 0 1C 18 79 1F 42
Octal 214 303 215 34 0 34 30 171 37 102
Binary 10001100 11000011 10001101 11100 0 11100 11000 1111001 11111 1000010

Color Harmonies of #8CC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC38D

Black with #8CC38D

Text Example


Text Example

White with #8CC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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