#94F790

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

Shades of Pale Green #94F790

Tints of Pale Green #94F790

Color information

#94F790 (or 0x94F790) is unknown color: approx Pale Green. HEX triplet: 94, F7 and 90. RGB value is (148,247,144). Sum of RGB (Red+Green+Blue) = 148+247+144=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #94F790 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F790 is #6B086F. Grayscale: #CDCDCD. Windows color (decimal): -7014512 or 9500564. OLE color: 9500564.

HSL color Cylindrical-coordinate representation of color #94F790: hue angle of 117.67º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94F790 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB148247144-
CMYK0.4000.420.03
HSL117.67º86.55%76.67%-
HSV(B)117.67º41.7%96.86%-
XYZ50.5174.8338.17-
YUV205.6693.286.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=27.46%
G=45.83%
B=26.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482471440.4000.420.03117.6786.5576.67
Hex94F7902802A376574d
Octal224367220500523166127115
Binary100101001111011110010000101000010101011111011010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,144); }

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

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

 a { background-color: rgb(148,247,144); }

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

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

 span { border-color: rgb(148,247,144); }

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