#8DF094

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

Shades of Light Green #8DF094

Tints of Light Green #8DF094

Color information

#8DF094 (or 0x8DF094) is unknown color: approx Light Green. HEX triplet: 8D, F0 and 94. RGB value is (141,240,148). Sum of RGB (Red+Green+Blue) = 141+240+148=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF094 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF094 is #720F6B. Grayscale: #C8C8C8. Windows color (decimal): -7475052 or 9760909. OLE color: 9760909.

HSL color Cylindrical-coordinate representation of color #8DF094: hue angle of 124.24º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF094 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB141240148-
CMYK0.4100.380.06
HSL124.24º76.74%74.71%-
HSV(B)124.24º41.25%94.12%-
XYZ47.4970.1239.05-
YUV199.9198.785.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 240 (94.14% from 255) = 45.37%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=26.65%
G=45.37%
B=27.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412401480.4100.380.06124.2476.7474.71
Hex8DF0942902667c4d4b
Octal215360224510466174115113
Binary1000110111110000100101001010010100110110111110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,240,148); }

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

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

 a { background-color: rgb(141,240,148); }

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

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

 span { border-color: rgb(141,240,148); }

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