#93F1A1

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

Shades of Pale Green #93F1A1

Tints of Pale Green #93F1A1

Color information

#93F1A1 (or 0x93F1A1) is unknown color: approx Pale Green. HEX triplet: 93, F1 and A1. RGB value is (147,241,161). Sum of RGB (Red+Green+Blue) = 147+241+161=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F1A1 is #6C0E5E. Grayscale: #CCCCCC. Windows color (decimal): -7081567 or 10613139. OLE color: 10613139.

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

Color convert

RGB147241161-
CMYK0.3900.330.05
HSL128.94º77.05%76.08%-
HSV(B)128.94º39%94.51%-
XYZ49.9271.6944.92-
YUV203.77103.8687.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.78%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 161 (63.28% from 255) = 29.33%
R=26.78%
G=43.90%
B=29.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411610.3900.330.05128.9477.0576.08
Hex93F1A1270215814d4c
Octal223361241470415201115114
Binary10010011111100011010000110011101000011011000000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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