#93FCA8

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

Shades of Pale Green #93FCA8

Tints of Pale Green #93FCA8

Color information

#93FCA8 (or 0x93FCA8) is unknown color: approx Pale Green. HEX triplet: 93, FC and A8. RGB value is (147,252,168). Sum of RGB (Red+Green+Blue) = 147+252+168=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FCA8 is #6C0357. Grayscale: #D3D3D3. Windows color (decimal): -7078744 or 11074707. OLE color: 11074707.

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

Color convert

RGB147252168-
CMYK0.4200.330.01
HSL132º94.59%78.24%-
HSV(B)132º41.67%98.82%-
XYZ53.9178.6549.39-
YUV211.03103.7182.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.93%
GREEN value IS 252 (98.83% from 255) = 44.44%
BLUE value IS 168 (66.02% from 255) = 29.63%
R=25.93%
G=44.44%
B=29.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472521680.4200.330.0113294.5978.24
Hex93FCA82A0211845f4e
Octal223374250520411204137116
Binary100100111111110010101000101010010000111000010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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