#8cdc96

Color #8CDC96 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8CDC96

Tints of Light Green #8CDC96

Color information

#8CDC96 (or 0x8CDC96) is unknown color: approx Light Green. HEX triplet: 8C, DC and 96. RGB value is (140,220,150). Sum of RGB (Red+Green+Blue) = 140+220+150=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC96 is #732369. Grayscale: #BCBCBC. Windows color (decimal): -7545706 or 9886860. OLE color: 9886860.

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

Color convert

RGB140220150-
CMYK0.3600.320.14
HSL127.5º53.33%70.59%-
HSV(B)127.5º36.36%86.27%-
XYZ41.9158.9638.03-
YUV188.1106.593.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=27.45%
G=43.14%
B=29.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402201500.3600.320.14127.553.3370.59
Hex8CDC9624020E7f3547
Octal214334226440401617765107
Binary1000110011011100100101101001000100000111011111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cdc96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8cdc96;
 }
 .AnyTagClassName
 {
   color: #8cdc96;
 }
</style>
background-color css

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

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

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

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

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

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