#93FCB3

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

Shades of Pale Green #93FCB3

Tints of Pale Green #93FCB3

Color information

#93FCB3 (or 0x93FCB3) is unknown color: approx Pale Green. HEX triplet: 93, FC and B3. RGB value is (147,252,179). Sum of RGB (Red+Green+Blue) = 147+252+179=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCB3 is #6C034C. Grayscale: #D4D4D4. Windows color (decimal): -7078733 or 11795603. OLE color: 11795603.

HSL color Cylindrical-coordinate representation of color #93FCB3: hue angle of 138.29º 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 #93FCB3 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB147252179-
CMYK0.4200.290.01
HSL138.29º94.59%78.24%-
HSV(B)138.29º41.67%98.82%-
XYZ54.9879.0855.01-
YUV212.28109.2181.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.43%
GREEN value IS 252 (98.83% from 255) = 43.60%
BLUE value IS 179 (70.31% from 255) = 30.97%
R=25.43%
G=43.60%
B=30.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472521790.4200.290.01138.2994.5978.24
Hex93FCB32A01D18a5f4e
Octal223374263520351212137116
Binary10010011111111001011001110101001110111000101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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