#93FA9F

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

Shades of Pale Green #93FA9F

Tints of Pale Green #93FA9F

Color information

#93FA9F (or 0x93FA9F) is unknown color: approx Pale Green. HEX triplet: 93, FA and 9F. RGB value is (147,250,159). Sum of RGB (Red+Green+Blue) = 147+250+159=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FA9F is #6C0560. Grayscale: #D1D1D1. Windows color (decimal): -7079265 or 10484371. OLE color: 10484371.

HSL color Cylindrical-coordinate representation of color #93FA9F: hue angle of 126.99º 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 #93FA9F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB147250159-
CMYK0.4100.360.02
HSL126.99º91.15%77.84%-
HSV(B)126.99º41.2%98.04%-
XYZ52.4877.0844.91-
YUV208.8399.8883.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.44%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 159 (62.5% from 255) = 28.60%
R=26.44%
G=44.96%
B=28.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501590.4100.360.02126.9991.1577.84
Hex93FA9F2902427f5b4e
Octal223372237510442177133116
Binary100100111111101010011111101001010010010111111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FA9F; }

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

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

<style>
 a { background-color: #93FA9F; }

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

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

<style>
 span { border-color: #93FA9F; }

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

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