#93FBA4

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

Shades of Pale Green #93FBA4

Tints of Pale Green #93FBA4

Color information

#93FBA4 (or 0x93FBA4) is unknown color: approx Pale Green. HEX triplet: 93, FB and A4. RGB value is (147,251,164). Sum of RGB (Red+Green+Blue) = 147+251+164=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FBA4 is #6C045B. Grayscale: #D2D2D2. Windows color (decimal): -7079004 or 10812307. OLE color: 10812307.

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

Color convert

RGB147251164-
CMYK0.4100.350.02
HSL129.81º92.86%78.04%-
HSV(B)129.81º41.43%98.43%-
XYZ53.2377.8847.35-
YUV209.99102.0483.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.16%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=26.16%
G=44.66%
B=29.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472511640.4100.350.02129.8192.8678.04
Hex93FBA4290232825d4e
Octal223373244510432202135116
Binary1001001111111011101001001010010100011101000001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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