#8CF696

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

Shades of Light Green #8CF696

Tints of Light Green #8CF696

Color information

#8CF696 (or 0x8CF696) is unknown color: approx Light Green. HEX triplet: 8C, F6 and 96. RGB value is (140,246,150). Sum of RGB (Red+Green+Blue) = 140+246+150=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF696 is #730969. Grayscale: #CBCBCB. Windows color (decimal): -7539050 or 9893516. OLE color: 9893516.

HSL color Cylindrical-coordinate representation of color #8CF696: hue angle of 125.66º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF696 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB140246150-
CMYK0.4300.390.04
HSL125.66º85.48%75.69%-
HSV(B)125.66º43.09%96.47%-
XYZ49.2873.6940.48-
YUV203.3697.8882.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=26.12%
G=45.90%
B=27.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402461500.4300.390.04125.6685.4875.69
Hex8CF6962B02747e554c
Octal214366226530474176125114
Binary1000110011110110100101101010110100111100111111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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