#93FBA5

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

Shades of Pale Green #93FBA5

Tints of Pale Green #93FBA5

Color information

#93FBA5 (or 0x93FBA5) is unknown color: approx Pale Green. HEX triplet: 93, FB and A5. RGB value is (147,251,165). Sum of RGB (Red+Green+Blue) = 147+251+165=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FBA5 is #6C045A. Grayscale: #D2D2D2. Windows color (decimal): -7079003 or 10877843. OLE color: 10877843.

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

Color convert

RGB147251165-
CMYK0.4100.340.02
HSL130.38º92.86%78.04%-
HSV(B)130.38º41.43%98.43%-
XYZ53.3277.9147.83-
YUV210.1102.5482.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=26.11%
G=44.58%
B=29.31%

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
Decimal1472511650.4100.340.02130.3892.8678.04
Hex93FBA5290222825d4e
Octal223373245510422202135116
Binary1001001111111011101001011010010100010101000001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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