#93FA92

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

Shades of Pale Green #93FA92

Tints of Pale Green #93FA92

Color information

#93FA92 (or 0x93FA92) is unknown color: approx Pale Green. HEX triplet: 93, FA and 92. RGB value is (147,250,146). Sum of RGB (Red+Green+Blue) = 147+250+146=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FA92 is #6C056D. Grayscale: #CFCFCF. Windows color (decimal): -7079278 or 9632403. OLE color: 9632403.

HSL color Cylindrical-coordinate representation of color #93FA92: hue angle of 119.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FA92 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB147250146-
CMYK0.4100.420.02
HSL119.42º91.23%77.65%-
HSV(B)119.42º41.6%98.04%-
XYZ51.4176.6539.28-
YUV207.3593.3884.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=27.07%
G=46.04%
B=26.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501460.4100.420.02119.4291.2377.65
Hex93FA922902A2775b4e
Octal223372222510522167133116
Binary100100111111101010010010101001010101010111011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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