#8CFA74

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

Shades of Light Green #8CFA74

Tints of Light Green #8CFA74

Color information

#8CFA74 (or 0x8CFA74) is unknown color: approx Light Green. HEX triplet: 8C, FA and 74. RGB value is (140,250,116). Sum of RGB (Red+Green+Blue) = 140+250+116=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA74 is #73058B. Grayscale: #CACACA. Windows color (decimal): -7538060 or 7666316. OLE color: 7666316.

HSL color Cylindrical-coordinate representation of color #8CFA74: hue angle of 109.25º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CFA74 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB140250116-
CMYK0.4400.540.02
HSL109.25º93.06%71.76%-
HSV(B)109.25º53.6%98.04%-
XYZ48.1575.2128.5-
YUV201.8379.5683.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 250 (98.05% from 255) = 49.41%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=27.67%
G=49.41%
B=22.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402501160.4400.540.02109.2593.0671.76
Hex8CFA742C03626d5d48
Octal214372164540662155135110
Binary10001100111110101110100101100011011010110110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,250,116); }

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

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

 a { background-color: rgb(140,250,116); }

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

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

 span { border-color: rgb(140,250,116); }

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