#93FAA4

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

Shades of Pale Green #93FAA4

Tints of Pale Green #93FAA4

Color information

#93FAA4 (or 0x93FAA4) is unknown color: approx Pale Green. HEX triplet: 93, FA and A4. RGB value is (147,250,164). Sum of RGB (Red+Green+Blue) = 147+250+164=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FAA4 is #6C055B. Grayscale: #D1D1D1. Windows color (decimal): -7079260 or 10812051. OLE color: 10812051.

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

Color convert

RGB147250164-
CMYK0.4100.340.02
HSL129.9º91.15%77.84%-
HSV(B)129.9º41.2%98.04%-
XYZ52.9277.2547.24-
YUV209.4102.3883.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=26.20%
G=44.56%
B=29.23%

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
Decimal1472501640.4100.340.02129.991.1577.84
Hex93FAA4290222825b4e
Octal223372244510422202133116
Binary1001001111111010101001001010010100010101000001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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