#93F19E

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

Shades of Pale Green #93F19E

Tints of Pale Green #93F19E

Color information

#93F19E (or 0x93F19E) is unknown color: approx Pale Green. HEX triplet: 93, F1 and 9E. RGB value is (147,241,158). Sum of RGB (Red+Green+Blue) = 147+241+158=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #93F19E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F19E is #6C0E61. Grayscale: #CBCBCB. Windows color (decimal): -7081570 or 10416531. OLE color: 10416531.

HSL color Cylindrical-coordinate representation of color #93F19E: hue angle of 127.02º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F19E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB147241158-
CMYK0.3900.340.05
HSL127.02º77.05%76.08%-
HSV(B)127.02º39%94.51%-
XYZ49.6671.5843.55-
YUV203.43102.3687.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 241 (94.53% from 255) = 44.14%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=26.92%
G=44.14%
B=28.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411580.3900.340.05127.0277.0576.08
Hex93F19E2702257f4d4c
Octal223361236470425177115114
Binary1001001111110001100111101001110100010101111111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,158); }

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

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

 a { background-color: rgb(147,241,158); }

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

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

 span { border-color: rgb(147,241,158); }

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