#93FCB1

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

Shades of Pale Green #93FCB1

Tints of Pale Green #93FCB1

Color information

#93FCB1 (or 0x93FCB1) is unknown color: approx Pale Green. HEX triplet: 93, FC and B1. RGB value is (147,252,177). Sum of RGB (Red+Green+Blue) = 147+252+177=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FCB1 is #6C034E. Grayscale: #D4D4D4. Windows color (decimal): -7078735 or 11664531. OLE color: 11664531.

HSL color Cylindrical-coordinate representation of color #93FCB1: hue angle of 137.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCB1 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB147252177-
CMYK0.4200.300.01
HSL137.14º94.59%78.24%-
HSV(B)137.14º41.67%98.82%-
XYZ54.787953.96-
YUV212.05108.2181.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 252 (98.83% from 255) = 43.75%
BLUE value IS 177 (69.53% from 255) = 30.73%
R=25.52%
G=43.75%
B=30.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472521770.4200.300.01137.1494.5978.24
Hex93FCB12A01E1895f4e
Octal223374261520361211137116
Binary10010011111111001011000110101001111011000100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,252,177); }

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

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

 a { background-color: rgb(147,252,177); }

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

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

 span { border-color: rgb(147,252,177); }

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