#94E499

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

Shades of Light Green #94E499

Tints of Light Green #94E499

Color information

#94E499 (or 0x94E499) is unknown color: approx Light Green. HEX triplet: 94, E4 and 99. RGB value is (148,228,153). Sum of RGB (Red+Green+Blue) = 148+228+153=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #94E499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E499 is #6B1B66. Grayscale: #C3C3C3. Windows color (decimal): -7019367 or 10085524. OLE color: 10085524.

HSL color Cylindrical-coordinate representation of color #94E499: hue angle of 123.75º 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 #94E499 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB148228153-
CMYK0.3500.330.11
HSL123.75º59.7%73.73%-
HSV(B)123.75º35.09%89.41%-
XYZ45.7164.0840.1-
YUV195.5310494.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 228 (89.45% from 255) = 43.10%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=27.98%
G=43.10%
B=28.92%

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
Decimal1482281530.3500.330.11123.7559.773.73
Hex94E49923021B7c3c4a
Octal224344231430411317474112
Binary1001010011100100100110011000110100001101111111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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