#93FB96

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

Shades of Pale Green #93FB96

Tints of Pale Green #93FB96

Color information

#93FB96 (or 0x93FB96) is unknown color: approx Pale Green. HEX triplet: 93, FB and 96. RGB value is (147,251,150). Sum of RGB (Red+Green+Blue) = 147+251+150=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #93FB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FB96 is #6C0469. Grayscale: #D0D0D0. Windows color (decimal): -7079018 or 9894803. OLE color: 9894803.

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

Color convert

RGB147251150-
CMYK0.4100.400.02
HSL121.73º92.86%78.04%-
HSV(B)121.73º41.43%98.43%-
XYZ52.0377.441.05-
YUV208.3995.0484.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.82%
GREEN value IS 251 (98.44% from 255) = 45.80%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=26.82%
G=45.80%
B=27.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472511500.4100.400.02121.7392.8678.04
Hex93FB962902827a5d4e
Octal223373226510502172135116
Binary100100111111101110010110101001010100010111101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,251,150); }

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

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

 a { background-color: rgb(147,251,150); }

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

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

 span { border-color: rgb(147,251,150); }

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