#8CDD94

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

Shades of Light Green #8CDD94

Tints of Light Green #8CDD94

Color information

#8CDD94 (or 0x8CDD94) is unknown color: approx Light Green. HEX triplet: 8C, DD and 94. RGB value is (140,221,148). Sum of RGB (Red+Green+Blue) = 140+221+148=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD94 is #73226B. Grayscale: #BCBCBC. Windows color (decimal): -7545452 or 9756044. OLE color: 9756044.

HSL color Cylindrical-coordinate representation of color #8CDD94: hue angle of 125.93º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDD94 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB140221148-
CMYK0.3700.330.13
HSL125.93º54.36%70.78%-
HSV(B)125.93º36.65%86.67%-
XYZ42.0259.4337.27-
YUV188.46105.1693.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=27.50%
G=43.42%
B=29.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402211480.3700.330.13125.9354.3670.78
Hex8CDD9425021D7e3647
Octal214335224450411517666107
Binary1000110011011101100101001001010100001110111111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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