#94EE8A

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

Shades of Light Green #94EE8A

Tints of Light Green #94EE8A

Color information

#94EE8A (or 0x94EE8A) is unknown color: approx Light Green. HEX triplet: 94, EE and 8A. RGB value is (148,238,138). Sum of RGB (Red+Green+Blue) = 148+238+138=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EE8A is #6B1175. Grayscale: #C8C8C8. Windows color (decimal): -7016822 or 9105044. OLE color: 9105044.

HSL color Cylindrical-coordinate representation of color #94EE8A: hue angle of 114º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94EE8A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB148238138-
CMYK0.3800.420.07
HSL114º74.63%73.73%-
HSV(B)114º42.02%93.33%-
XYZ47.3769.2834.92-
YUV199.6993.1891.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 238 (93.36% from 255) = 45.42%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=28.24%
G=45.42%
B=26.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482381380.3800.420.0711474.6373.73
Hex94EE8A2602A7724b4a
Octal224356212460527162113112
Binary1001010011101110100010101001100101010111111001010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,238,138); }

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

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

 a { background-color: rgb(148,238,138); }

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

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

 span { border-color: rgb(148,238,138); }

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