#93FAA6

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

Shades of Pale Green #93FAA6

Tints of Pale Green #93FAA6

Color information

#93FAA6 (or 0x93FAA6) is unknown color: approx Pale Green. HEX triplet: 93, FA and A6. RGB value is (147,250,166). Sum of RGB (Red+Green+Blue) = 147+250+166=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FAA6 is #6C0559. Grayscale: #D1D1D1. Windows color (decimal): -7079258 or 10943123. OLE color: 10943123.

HSL color Cylindrical-coordinate representation of color #93FAA6: hue angle of 131.07º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FAA6 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB147250166-
CMYK0.4100.340.02
HSL131.07º91.15%77.84%-
HSV(B)131.07º41.2%98.04%-
XYZ53.177.3348.2-
YUV209.63103.3883.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=26.11%
G=44.40%
B=29.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501660.4100.340.02131.0791.1577.84
Hex93FAA6290222835b4e
Octal223372246510422203133116
Binary1001001111111010101001101010010100010101000001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,250,166); }

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

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

 a { background-color: rgb(147,250,166); }

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

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

 span { border-color: rgb(147,250,166); }

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