#93FCB2

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

Shades of Pale Green #93FCB2

Tints of Pale Green #93FCB2

Color information

#93FCB2 (or 0x93FCB2) is unknown color: approx Pale Green. HEX triplet: 93, FC and B2. RGB value is (147,252,178). Sum of RGB (Red+Green+Blue) = 147+252+178=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FCB2 is #6C034D. Grayscale: #D4D4D4. Windows color (decimal): -7078734 or 11730067. OLE color: 11730067.

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

Color convert

RGB147252178-
CMYK0.4200.290.01
HSL137.71º94.59%78.24%-
HSV(B)137.71º41.67%98.82%-
XYZ54.8879.0454.48-
YUV212.17108.7181.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 178 (69.92% from 255) = 30.85%
R=25.48%
G=43.67%
B=30.85%

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
Decimal1472521780.4200.290.01137.7194.5978.24
Hex93FCB22A01D18a5f4e
Octal223374262520351212137116
Binary10010011111111001011001010101001110111000101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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