#94E983

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

Shades of Light Green #94E983

Tints of Light Green #94E983

Color information

#94E983 (or 0x94E983) is unknown color: approx Light Green. HEX triplet: 94, E9 and 83. RGB value is (148,233,131). Sum of RGB (Red+Green+Blue) = 148+233+131=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #94E983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E983 is #6B167C. Grayscale: #C4C4C4. Windows color (decimal): -7018109 or 8645012. OLE color: 8645012.

HSL color Cylindrical-coordinate representation of color #94E983: hue angle of 110º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94E983 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB148233131-
CMYK0.3600.440.09
HSL110º69.86%71.37%-
HSV(B)110º43.78%91.37%-
XYZ45.4566.2131.86-
YUV195.9691.3493.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 233 (91.41% from 255) = 45.51%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=28.91%
G=45.51%
B=25.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482331310.3600.440.0911069.8671.37
Hex94E9832402C96e4647
Octal2243512034405411156106107
Binary10010100111010011000001110010001011001001110111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,233,131); }

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

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

 a { background-color: rgb(148,233,131); }

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

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

 span { border-color: rgb(148,233,131); }

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