#94E498

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

Shades of Light Green #94E498

Tints of Light Green #94E498

Color information

#94E498 (or 0x94E498) is unknown color: approx Light Green. HEX triplet: 94, E4 and 98. RGB value is (148,228,152). Sum of RGB (Red+Green+Blue) = 148+228+152=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #94E498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E498 is #6B1B67. Grayscale: #C3C3C3. Windows color (decimal): -7019368 or 10019988. OLE color: 10019988.

HSL color Cylindrical-coordinate representation of color #94E498: hue angle of 123º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E498 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB148228152-
CMYK0.3500.330.11
HSL123º59.7%73.73%-
HSV(B)123º35.09%89.41%-
XYZ45.6264.0539.66-
YUV195.42103.594.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=28.03%
G=43.18%
B=28.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482281520.3500.330.1112359.773.73
Hex94E49823021B7b3c4a
Octal224344230430411317374112
Binary1001010011100100100110001000110100001101111110111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,228,152); }

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

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

 a { background-color: rgb(148,228,152); }

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

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

 span { border-color: rgb(148,228,152); }

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