#94FA8A

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

Shades of Light Green #94FA8A

Tints of Light Green #94FA8A

Color information

#94FA8A (or 0x94FA8A) is unknown color: approx Light Green. HEX triplet: 94, FA and 8A. RGB value is (148,250,138). Sum of RGB (Red+Green+Blue) = 148+250+138=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FA8A is #6B0575. Grayscale: #CFCFCF. Windows color (decimal): -7013750 or 9108116. OLE color: 9108116.

HSL color Cylindrical-coordinate representation of color #94FA8A: hue angle of 114.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94FA8A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB148250138-
CMYK0.4100.450.02
HSL114.64º91.8%76.08%-
HSV(B)114.64º44.8%98.04%-
XYZ50.9976.536.12-
YUV206.7389.2186.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 250 (98.05% from 255) = 46.64%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=27.61%
G=46.64%
B=25.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482501380.4100.450.02114.6491.876.08
Hex94FA8A2902D2735c4c
Octal224372212510552163134114
Binary100101001111101010001010101001010110110111001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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