Html Css Color HEX #8CDC94 Light Green

📋 copy color: '#8CDC94'

red 140 ◦ green 220 ◦ blue 148

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

Shades of Light Green #8CDC94

Tints of Light Green #8CDC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 27.56%
G = 43.31%
B = 29.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#8CDC94 (or 0x8CDC94) is known color: Light Green. HEX triplet: 8C, DC and 94. RGB value is (140,220,148). Sum of RGB (Red+Green+Blue) = 140+220+148=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC94 is #73236B. Grayscale: #BCBCBC. Windows color (decimal): -7545708 or 9755788. OLE color: 9755788.

HSL color Cylindrical-coordinate representation of color #8CDC94: hue angle of 126º 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 #8CDC94 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 148 -
CMYK 0.36 0 0.33 0.14
HSL 126º 0.53% 0.71% -
HSV(B) 126º 0.36% 0.86% -
XYZ 41.75 58.9 37.19 -
YUV 187.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 140 220 148 0.36 0 0.33 0.14 126 0.53 0.71
Hex 8C DC 94 24 0 21 E 7E 35 47
Octal 214 334 224 44 0 41 16 176 65 107
Binary 10001100 11011100 10010100 100100 0 100001 1110 1111110 110101 1000111

Color Harmonies of #8CDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC94

Black with #8CDC94

Text Example


Text Example

White with #8CDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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