#8EF970

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

Shades of Light Green #8EF970

Tints of Light Green #8EF970

Color information

#8EF970 (or 0x8EF970) is unknown color: approx Light Green. HEX triplet: 8E, F9 and 70. RGB value is (142,249,112). Sum of RGB (Red+Green+Blue) = 142+249+112=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #8EF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF970 is #71068F. Grayscale: #C9C9C9. Windows color (decimal): -7407248 or 7403918. OLE color: 7403918.

HSL color Cylindrical-coordinate representation of color #8EF970: hue angle of 106.86º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EF970 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB142249112-
CMYK0.4300.550.02
HSL106.86º91.95%70.78%-
HSV(B)106.86º55.02%97.65%-
XYZ47.9674.6727.21-
YUV201.3977.5585.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 249 (97.66% from 255) = 49.50%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=28.23%
G=49.50%
B=22.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422491120.4300.550.02106.8691.9570.78
Hex8EF9702B03726b5c47
Octal216371160530672153134107
Binary10001110111110011110000101011011011110110101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,249,112); }

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

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

 a { background-color: rgb(142,249,112); }

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

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

 span { border-color: rgb(142,249,112); }

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