#93FAA7

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

Shades of Pale Green #93FAA7

Tints of Pale Green #93FAA7

Color information

#93FAA7 (or 0x93FAA7) is unknown color: approx Pale Green. HEX triplet: 93, FA and A7. RGB value is (147,250,167). Sum of RGB (Red+Green+Blue) = 147+250+167=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FAA7 is #6C0558. Grayscale: #D1D1D1. Windows color (decimal): -7079257 or 11008659. OLE color: 11008659.

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

Color convert

RGB147250167-
CMYK0.4100.330.02
HSL131.65º91.15%77.84%-
HSV(B)131.65º41.2%98.04%-
XYZ53.1977.3648.69-
YUV209.74103.8883.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 167 (65.62% from 255) = 29.61%
R=26.06%
G=44.33%
B=29.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501670.4100.330.02131.6591.1577.84
Hex93FAA7290212845b4e
Octal223372247510412204133116
Binary1001001111111010101001111010010100001101000010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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