#94F086

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

Shades of Light Green #94F086

Tints of Light Green #94F086

Color information

#94F086 (or 0x94F086) is unknown color: approx Light Green. HEX triplet: 94, F0 and 86. RGB value is (148,240,134). Sum of RGB (Red+Green+Blue) = 148+240+134=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #94F086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F086 is #6B0F79. Grayscale: #C8C8C8. Windows color (decimal): -7016314 or 8843412. OLE color: 8843412.

HSL color Cylindrical-coordinate representation of color #94F086: hue angle of 112.08º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94F086 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB148240134-
CMYK0.3800.440.06
HSL112.08º77.94%73.33%-
HSV(B)112.08º44.17%94.12%-
XYZ47.6870.3433.62-
YUV200.4190.5290.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 240 (94.14% from 255) = 45.98%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=28.35%
G=45.98%
B=25.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482401340.3800.440.06112.0877.9473.33
Hex94F0862602C6704e49
Octal224360206460546160116111
Binary1001010011110000100001101001100101100110111000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F086; }

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

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

<style>
 a { background-color: #94F086; }

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

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

<style>
 span { border-color: #94F086; }

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

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