#93FB98

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

Shades of Pale Green #93FB98

Tints of Pale Green #93FB98

Color information

#93FB98 (or 0x93FB98) is unknown color: approx Pale Green. HEX triplet: 93, FB and 98. RGB value is (147,251,152). Sum of RGB (Red+Green+Blue) = 147+251+152=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #93FB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FB98 is #6C0467. Grayscale: #D0D0D0. Windows color (decimal): -7079016 or 10025875. OLE color: 10025875.

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

Color convert

RGB147251152-
CMYK0.4100.390.02
HSL122.88º92.86%78.04%-
HSV(B)122.88º41.43%98.43%-
XYZ52.277.4641.91-
YUV208.6296.0484.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.73%
GREEN value IS 251 (98.44% from 255) = 45.64%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=26.73%
G=45.64%
B=27.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472511520.4100.390.02122.8892.8678.04
Hex93FB982902727b5d4e
Octal223373230510472173135116
Binary100100111111101110011000101001010011110111101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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