#93F19B

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

Shades of Pale Green #93F19B

Tints of Pale Green #93F19B

Color information

#93F19B (or 0x93F19B) is unknown color: approx Pale Green. HEX triplet: 93, F1 and 9B. RGB value is (147,241,155). Sum of RGB (Red+Green+Blue) = 147+241+155=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #93F19B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F19B is #6C0E64. Grayscale: #CBCBCB. Windows color (decimal): -7081573 or 10219923. OLE color: 10219923.

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

Color convert

RGB147241155-
CMYK0.3900.360.05
HSL125.11º77.05%76.08%-
HSV(B)125.11º39%94.51%-
XYZ49.471.4842.2-
YUV203.09100.8687.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=27.07%
G=44.38%
B=28.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411550.3900.360.05125.1177.0576.08
Hex93F19B2702457d4d4c
Octal223361233470445175115114
Binary1001001111110001100110111001110100100101111110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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