Html Css Color HEX #8EDC8C Light Green

📋 copy color: '#8EDC8C'

red 142 ◦ green 220 ◦ blue 140

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

Shades of Light Green #8EDC8C

Tints of Light Green #8EDC8C

RGB

 RED value IS 142 (55.86% from 255) = 28.29%

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 28.29%
G = 43.82%
B = 27.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#8EDC8C (or 0x8EDC8C) is known color: Light Green. HEX triplet: 8E, DC and 8C. RGB value is (142,220,140). Sum of RGB (Red+Green+Blue) = 142+220+140=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC8C is #712373. Grayscale: #BBBBBB. Windows color (decimal): -7414644 or 9231502. OLE color: 9231502.

HSL color Cylindrical-coordinate representation of color #8EDC8C: hue angle of 118.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDC8C is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 140 -
CMYK 0.35 0 0.36 0.14
HSL 118.5º 0.53% 0.71% -
HSV(B) 118.5º 0.36% 0.86% -
XYZ 41.48 58.83 33.98 -
YUV 187.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 142 220 140 0.35 0 0.36 0.14 118.5 0.53 0.71
Hex 8E DC 8C 23 0 24 E 76 35 47
Octal 216 334 214 43 0 44 16 166 65 107
Binary 10001110 11011100 10001100 100011 0 100100 1110 1110110 110101 1000111

Color Harmonies of #8EDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDC8C

Black with #8EDC8C

Text Example


Text Example

White with #8EDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,140); }

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

background-color css

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

 a { background-color: rgb(142,220,140); }

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

border-color css

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

 span { border-color: rgb(142,220,140); }

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