#94E995

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

Shades of Light Green #94E995

Tints of Light Green #94E995

Color information

#94E995 (or 0x94E995) is unknown color: approx Light Green. HEX triplet: 94, E9 and 95. RGB value is (148,233,149). Sum of RGB (Red+Green+Blue) = 148+233+149=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #94E995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E995 is #6B166A. Grayscale: #C6C6C6. Windows color (decimal): -7018091 or 9824660. OLE color: 9824660.

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

Color convert

RGB148233149-
CMYK0.3600.360.09
HSL120.71º65.89%74.71%-
HSV(B)120.71º36.48%91.37%-
XYZ46.7866.7438.85-
YUV198.01100.3492.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=27.92%
G=43.96%
B=28.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482331490.3600.360.09120.7165.8974.71
Hex94E99524024979424b
Octal2243512254404411171102113
Binary10010100111010011001010110010001001001001111100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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