#93FCA0

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

Shades of Pale Green #93FCA0

Tints of Pale Green #93FCA0

Color information

#93FCA0 (or 0x93FCA0) is unknown color: approx Pale Green. HEX triplet: 93, FC and A0. RGB value is (147,252,160). Sum of RGB (Red+Green+Blue) = 147+252+160=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FCA0 is #6C035F. Grayscale: #D2D2D2. Windows color (decimal): -7078752 or 10550419. OLE color: 10550419.

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

Color convert

RGB147252160-
CMYK0.4200.370.01
HSL127.43º94.59%78.24%-
HSV(B)127.43º41.67%98.82%-
XYZ53.1978.3645.58-
YUV210.1299.7182.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 252 (98.83% from 255) = 45.08%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=26.30%
G=45.08%
B=28.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472521600.4200.370.01127.4394.5978.24
Hex93FCA02A02517f5f4e
Octal223374240520451177137116
Binary10010011111111001010000010101001001011111111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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