#94F282

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

Shades of Light Green #94F282

Tints of Light Green #94F282

Color information

#94F282 (or 0x94F282) is unknown color: approx Light Green. HEX triplet: 94, F2 and 82. RGB value is (148,242,130). Sum of RGB (Red+Green+Blue) = 148+242+130=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #94F282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F282 is #6B0D7D. Grayscale: #C9C9C9. Windows color (decimal): -7015806 or 8581780. OLE color: 8581780.

HSL color Cylindrical-coordinate representation of color #94F282: hue angle of 110.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94F282 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB148242130-
CMYK0.3900.460.05
HSL110.36º81.16%72.94%-
HSV(B)110.36º46.28%94.9%-
XYZ47.9971.4132.37-
YUV201.1387.8690.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 242 (94.92% from 255) = 46.54%
BLUE value IS 130 (51.17% from 255) = 25%
R=28.46%
G=46.54%
B=25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482421300.3900.460.05110.3681.1672.94
Hex94F2822702E56e5149
Octal224362202470565156121111
Binary1001010011110010100000101001110101110101110111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,242,130); }

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

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

 a { background-color: rgb(148,242,130); }

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

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

 span { border-color: rgb(148,242,130); }

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