#93F1A4

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

Shades of Pale Green #93F1A4

Tints of Pale Green #93F1A4

Color information

#93F1A4 (or 0x93F1A4) is unknown color: approx Pale Green. HEX triplet: 93, F1 and A4. RGB value is (147,241,164). Sum of RGB (Red+Green+Blue) = 147+241+164=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F1A4 is #6C0E5B. Grayscale: #CCCCCC. Windows color (decimal): -7081564 or 10809747. OLE color: 10809747.

HSL color Cylindrical-coordinate representation of color #93F1A4: hue angle of 130.85º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1A4 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB147241164-
CMYK0.3900.320.05
HSL130.85º77.05%76.08%-
HSV(B)130.85º39%94.51%-
XYZ50.1971.7946.33-
YUV204.12105.3687.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.63%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=26.63%
G=43.66%
B=29.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411640.3900.320.05130.8577.0576.08
Hex93F1A4270205834d4c
Octal223361244470405203115114
Binary10010011111100011010010010011101000001011000001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,164); }

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

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

 a { background-color: rgb(147,241,164); }

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

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

 span { border-color: rgb(147,241,164); }

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