#94FA93

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

Shades of Pale Green #94FA93

Tints of Pale Green #94FA93

Color information

#94FA93 (or 0x94FA93) is unknown color: approx Pale Green. HEX triplet: 94, FA and 93. RGB value is (148,250,147). Sum of RGB (Red+Green+Blue) = 148+250+147=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FA93 is #6B056C. Grayscale: #D0D0D0. Windows color (decimal): -7013741 or 9697940. OLE color: 9697940.

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

Color convert

RGB148250147-
CMYK0.4100.410.02
HSL119.42º91.15%77.84%-
HSV(B)119.42º41.2%98.04%-
XYZ51.6676.7739.7-
YUV207.7693.7185.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 250 (98.05% from 255) = 45.87%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=27.16%
G=45.87%
B=26.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482501470.4100.410.02119.4291.1577.84
Hex94FA93290292775b4e
Octal224372223510512167133116
Binary100101001111101010010011101001010100110111011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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